[Ns-bugs] [Bug 862] NotifyInterfaceUp() Adds network route even when netmask is /32

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Tue Apr 6 05:43:22 PDT 2010


http://www.nsnam.org/bugzilla/show_bug.cgi?id=862


Tom Henderson <tomh at tomh.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomh at tomh.org




--- Comment #2 from Tom Henderson <tomh at tomh.org>  2010-04-06 08:43:22 EDT ---

> 
> However, not submitting a patch yet - should this be added to ALL routing
> protocols, or perhaps just list-routing?

I agree with the patch.  I believe that only Ipv4StaticRouting implements this
type of behavior, since it is the only object that holds static or connected
routes, so I would suggest that with our routing framework, it should just go
to Ipv4StaticRouting.  If another standalone (i.e. for use outside of list
routing context) routing protocol wants to provide connected routes, it should
also implement it.  I think that only AODV right now is designed with this use
in mind, and in that case, you probably don't want the connected routes anyway.

-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list