summaryrefslogtreecommitdiffstats
path: root/LogReceiver/routemanager.h
diff options
context:
space:
mode:
authorNiklas2011-09-23 14:58:44 +0200
committerNiklas2011-09-23 14:58:44 +0200
commit3c77242bd1b1849c581263a57c4f7cd96f7dd450 (patch)
tree36efeb2b0951b27cb55e6ce3f229be7a15251b8c /LogReceiver/routemanager.h
parentrenamed the logreceiver to networkdiscovery and deleted the abortbootdialog a... (diff)
downloadfbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.tar.gz
fbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.tar.xz
fbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.zip
added a function to the routemanager (which will soon be renamed into networkmanager) to bring up and down interfaces.
Diffstat (limited to 'LogReceiver/routemanager.h')
-rw-r--r--LogReceiver/routemanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LogReceiver/routemanager.h b/LogReceiver/routemanager.h
index ee48122..fc26145 100644
--- a/LogReceiver/routemanager.h
+++ b/LogReceiver/routemanager.h
@@ -31,6 +31,7 @@ public:
int action);
int replaceDefaultRoute(QString ifname, QString gateway, int metric,
int af);
+ int bringInterfaceUpDown(QString ifname, bool up);
private: