Bug 702 - Make global routing robust to link/device events
: Make global routing robust to link/device events
Status: NEW
: ns-3
routing
: ns-3-dev
: All All
: P2 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-10-02 00:34 EDT by
Modified: 2009-10-02 00:34 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-10-02 00:34:26 EDT
Implement Ipv4GlobalRouting::Notify* methods

Now that we have these methods, we can make global routing robust to these
events.  Presently, it is documented that the user must call
RecomputeRoutingTables() when topology changes.  See
examples/dynamic-global-routing.cc.  This could be automated by implementing
the Notify methods.

Also, remove NS_DEPRECATED methods in global-route-manager.h