Bugzilla – Attachment #2080: possible patch for bug #2148
- Bug 2135 - TCP doesn't honor the socket's output interface
- Bug 2136 - The usage of tid in wifi and wave module shall be "if (tid > 7)" rather than "if (tid >= 7)"
- Bug 2138 - SimpleNetDevice could send overlapped packets.
- Bug 2148 - Ipv6Interface::SetUp doesn't re-create the Link-Local addresses
Known issues
------------
{
icmpv6 = proto->GetObject <Icmpv6L4Protocol> ();
}
if (icmpv6)
if (icmpv6 && !m_ndCache)
m_ndCache = icmpv6->CreateCache (m_device, this);
return;
DoSetup ();
m_ifup = true;