From dd37bc54dae219e4d1975f014ec36c221ec4db20 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 22 Dec 2008 01:38:19 +0000 Subject: new routing system supports ipv4 and ipv6 routing with subnetting --- src/syncRouteCommand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/syncRouteCommand.h') diff --git a/src/syncRouteCommand.h b/src/syncRouteCommand.h index 349ae93..2f64987 100644 --- a/src/syncRouteCommand.h +++ b/src/syncRouteCommand.h @@ -57,6 +57,7 @@ private: // u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_)); // ar & mux; ar & (*(gRoutingTable.getOrNewRoutingTEUnlocked(addr_))); + gRoutingTable.updateRouteTree(addr_); }; }; -- cgit v1.2.3