src/devices/p2p/p2p-net-device.cc
changeset 445 10cd9049a0ad
parent 414 71babb829194
child 465 7f620ea278f4
--- a/src/devices/p2p/p2p-net-device.cc	Mon Apr 30 10:00:34 2007 +0200
+++ b/src/devices/p2p/p2p-net-device.cc	Mon Apr 30 10:05:46 2007 +0200
@@ -360,4 +360,10 @@
     return m_channel;
 }
 
+bool 
+PointToPointNetDevice::DoNeedsArp (void) const
+{
+  return false;
+}
+
 } // namespace ns3