[Ns-bugs] [Bug 65] New: mapping functions needed in Ipv4 between IP addresses, net devices, and ifIndexes
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Sun Aug 5 21:52:42 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=65
Summary: mapping functions needed in Ipv4 between IP addresses,
net devices, and ifIndexes
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: internet-node
AssignedTo: ns-bugs at isi.edu
ReportedBy: tomh at tomh.org
There are still two methods that probably should eventually be moved to the
Ipv4 code:
uint32_t GlobalRouter::FindIfIndexForDevice (Ptr<Node> node, Ptr<Net Device>
nd) const;
uint32_t GlobalRouteManagerImpl::FindOutgoingInterfaceId (Ipv4Address a);
Basically, there probably is a more general need residing in the Ipv4 API to
lookup mappings between IP addresses, net devices, and IfIndexes. For now, we
leave it in this code.
> >
> >
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list