add NetDevice::NeedsArp method

This commit is contained in:
Mathieu Lacage
2007-04-30 10:05:46 +02:00
parent e63689a66f
commit cd2fabe2f1
4 changed files with 16 additions and 1 deletions

View File

@@ -220,4 +220,10 @@ NetDevice::GetNode (void) const
return m_node;
}
bool
NetDevice::NeedsArp (void) const
{
return DoNeedsArp ();
}
}; // namespace ns3