summaryrefslogtreecommitdiffstats
path: root/LogReceiver/routemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/routemanager.cpp')
-rw-r--r--LogReceiver/routemanager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/LogReceiver/routemanager.cpp b/LogReceiver/routemanager.cpp
index 11b9a35..d3d5139 100644
--- a/LogReceiver/routemanager.cpp
+++ b/LogReceiver/routemanager.cpp
@@ -5,9 +5,7 @@
* Author: niklas
*/
-#include <arpa/inet.h>
-//#include "interface.h"
#include "routemanager.h"
routemanager::routemanager() {
@@ -22,6 +20,7 @@ routemanager::~routemanager() {
void routemanager::addRoute(QString ifname, QString destination, QString netmask, QString gateway, int metric) {
//struct in_addr destination, netmask, gateway;
//add_route();
+
}
void routemanager::delRoute(QString ifname, QString destination, QString netmask, QString gateway, int metric) {