diff options
| author | Niklas | 2011-09-19 16:38:13 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-19 16:38:13 +0200 |
| commit | cf7bfd8d92c43daa81de1ede78e117686902e93f (patch) | |
| tree | 051f2fdfa86a50522207c342376892a65eb7c8d0 /src/html/networkdiscovery.html | |
| parent | remove another build dir (diff) | |
| download | fbgui-cf7bfd8d92c43daa81de1ede78e117686902e93f.tar.gz fbgui-cf7bfd8d92c43daa81de1ede78e117686902e93f.tar.xz fbgui-cf7bfd8d92c43daa81de1ede78e117686902e93f.zip | |
added a new version of the routemanager. now the delRoute and addRoute is working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type
Diffstat (limited to 'src/html/networkdiscovery.html')
| -rw-r--r-- | src/html/networkdiscovery.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/html/networkdiscovery.html b/src/html/networkdiscovery.html new file mode 100644 index 0000000..2c2e942 --- /dev/null +++ b/src/html/networkdiscovery.html @@ -0,0 +1,18 @@ +<html> +<head> +<link rel="stylesheet" type="text/css" href="networkdiscovery.css"> +</head> +<body> +<div id="top"> +</div> +<div id="message"> + <h1>Network Discovery</h1> +</div> +<div id="container"> + <div id="footer-spacer"></div> +</div> +<div id="footer"> + <p>RZ Uni Freiburg, 2011</p> +</div> +</body> +</html> |
