Bug 591 - ip aliasing implementation not complete
ip aliasing implementation not complete
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: internet
ns-3-dev
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-14 23:59 UTC by Tom Henderson
Modified: 2009-06-22 01:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2009-06-14 23:59:38 UTC
There are a few cases in the code where the code still assumes that only one IP address exists on the node.  These should be looked at and cleaned up:
* some XXXs remain around the multi-address (ip aliasing) code
** Ipv4L3Protocol::LocalDeliver
** IPv4L3Protocol::IpForward
** ArpL3Protocol::Receive
** ArpL3Protocol::SendArpRequest
** ArpL3Protocol::SendArpReply
** Ipv4StaticRoutingImpl::LookupStatic
** Ipv4EndPointDemux::Lookup
Comment 1 Tom Henderson 2009-06-22 01:38:01 UTC
changeset 2c9c600270e0