add NetDevice::NeedsArp method
This commit is contained in:
@@ -220,4 +220,10 @@ NetDevice::GetNode (void) const
|
||||
return m_node;
|
||||
}
|
||||
|
||||
bool
|
||||
NetDevice::NeedsArp (void) const
|
||||
{
|
||||
return DoNeedsArp ();
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
|
||||
Reference in New Issue
Block a user