src/internet-stack/arp-l3-protocol.h
changeset 4696 5ef92ccda11a
parent 4472 e20a31541404
child 4740 34acfd7ad508
     1.1 --- a/src/internet-stack/arp-l3-protocol.h	Thu May 28 21:37:25 2009 -0700
     1.2 +++ b/src/internet-stack/arp-l3-protocol.h	Thu Aug 06 10:23:12 2009 +0400
     1.3 @@ -87,7 +87,7 @@
     1.4    typedef std::list<Ptr<ArpCache> > CacheList;
     1.5    Ptr<ArpCache> FindCache (Ptr<NetDevice> device);
     1.6    void SendArpRequest (Ptr<const ArpCache>cache, Ipv4Address to);
     1.7 -  void SendArpReply (Ptr<const ArpCache> cache, Ipv4Address toIp, Address toMac);
     1.8 +  void SendArpReply (Ptr<const ArpCache> cache, Ipv4Address myIp, Ipv4Address toIp, Address toMac);
     1.9    CacheList m_cacheList;
    1.10    Ptr<Node> m_node;
    1.11    TracedCallback<Ptr<const Packet> > m_dropTrace;