summaryrefslogtreecommitdiff
path: root/routingTable.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-27 21:25:34 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-27 21:25:34 +0000
commit0fbddcb83a4a3f79da8ba01d593f4064f0ce26ac (patch)
treea9edad038475d880e2e52a6d416eeafd0536da1b /routingTable.h
parentadded mux to options (diff)
added mux support and routing table
Diffstat (limited to 'routingTable.h')
-rw-r--r--routingTable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/routingTable.h b/routingTable.h
index b406b65..f4f89c3 100644
--- a/routingTable.h
+++ b/routingTable.h
@@ -48,6 +48,7 @@ public:
RoutingTable();
~RoutingTable();
void addRoute(const NetworkPrefix & ,u_int16_t);
+ void delRoute(const NetworkPrefix & );
u_int16_t getRoute(const NetworkAddress &);
bool empty();
void clear();