Bug 591

Summary: ip aliasing implementation not complete
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: internetAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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