Bug 65

Summary: mapping functions needed in Ipv4 between IP addresses, net devices, and ifIndexes
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: internetAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 69, 384    
Attachments: two convenience functions in Ipv4.{cc,h}

Description Tom Henderson 2007-08-06 00:52:42 EDT
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.

> >
> >
Comment 1 Tom Henderson 2007-09-04 02:36:26 EDT
Created attachment 48 [details]
two convenience functions in Ipv4.{cc,h}
Comment 2 Tom Henderson 2007-09-08 17:12:44 EDT
resolved by ns-3-dev changeset 1316