|
Bugzilla – Full Text Bug Listing |
| Summary: | mapping functions needed in Ipv4 between IP addresses, net devices, and ifIndexes | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | internet | Assignee: | 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} | ||
Created attachment 48 [details]
two convenience functions in Ipv4.{cc,h}
resolved by ns-3-dev changeset 1316 |
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. > > > >