Bug 1823 - IPv6 fails to work on NOARP NetDevices (revert changeset 9760)

This commit is contained in:
Tommaso Pecorella
2014-01-01 17:37:32 +01:00
parent e22f63ffe4
commit 7d415cd3ba

View File

@@ -117,10 +117,7 @@ void Ipv6Interface::DoSetup ()
}
Ptr<Icmpv6L4Protocol> icmpv6 = m_node->GetObject<Ipv6L3Protocol> ()->GetIcmpv6 ();
if (m_device->NeedsArp ())
{
m_ndCache = icmpv6->CreateCache (m_device, this);
}
m_ndCache = icmpv6->CreateCache (m_device, this);
}
void Ipv6Interface::SetNode (Ptr<Node> node)