From 0fbddcb83a4a3f79da8ba01d593f4064f0ce26ac Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 27 Feb 2008 21:25:34 +0000 Subject: added mux support and routing table --- routingTable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'routingTable.h') 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(); -- cgit v1.2.3