summaryrefslogtreecommitdiff
path: root/src/syncRouteCommand.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-22 01:38:19 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-22 01:38:19 +0000
commitdd37bc54dae219e4d1975f014ec36c221ec4db20 (patch)
tree38e7f427b0ae736841f4193935e39aae500a16dd /src/syncRouteCommand.h
parentadded route option to anytun (diff)
new routing system
supports ipv4 and ipv6 routing with subnetting
Diffstat (limited to 'src/syncRouteCommand.h')
-rw-r--r--src/syncRouteCommand.h1
1 files changed, 1 insertions, 0 deletions
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_);
};
};