From 0fd3dc8487bcd853a7021b059972c2113d776e75 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 26 Jun 2009 19:21:53 -0700 Subject: [PATCH] Fix comments on dynamic-global-routing.cc example --- examples/dynamic-global-routing.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/dynamic-global-routing.cc b/examples/dynamic-global-routing.cc index 88a4a2578..8ce876bc8 100644 --- a/examples/dynamic-global-routing.cc +++ b/examples/dynamic-global-routing.cc @@ -63,9 +63,11 @@ // will start to be dropped // At time 13s, call RecomputeRoutingTables() and traffic will // start flowing again on the alternate path -// At time 14s, re-enable the n1/n6 interface to up. Will not change routing -// At time 15s, call RecomputeRoutingTables() and traffic will start flowing -// again on the original path +// At time 14s, re-enable the n1/n6 interface to up. This will change +// routing back to n1-n6 since the interface up notification will cause +// a new local interface route, at higher priority than global routing +// At time 15s, call RecomputeRoutingTables(), but there is no effect +// since global routing is lower in priority than static routing // At time 16s, stop the second flow. // - Tracing of queues and packet receptions to file "dynamic-global-routing.tr"