[Ns-bugs] [Bug 760] IP address removal can be painful
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Dec 16 09:36:20 PST 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=760
--- Comment #2 from Sebastien Vincent <vincent at clarinet.u-strasbg.fr> 2009-12-16 12:36:19 EDT ---
It should be possible to add this feature directly in src/node/ipv[46].h/cc.
Iterates over interfaces (via GetNInterfaces()) then iterates over addresses
(GetNAddresses) compare with address you want to remove and finally call
RemoveAddress(ifIndex, addrIndex) when found.
WDYT ?
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list