Bug 2090 - (rip-ng) Routes may be added twice on interface activation
This commit is contained in:
@@ -36,6 +36,7 @@ Bugs fixed
|
||||
- Bug 2077 - Icmpv6L4Protocol::HandleDestinationUnreachable must check the packet size, not its serialized size
|
||||
- Bug 2079 - mcs variable in ht-wifi-network example is confusing
|
||||
- Bug 2083 - BridgeNetDevice may send corrupted packets
|
||||
- Bug 2090 - (rip-ng) Routes may be added twice on interface activation
|
||||
|
||||
Known issues
|
||||
------------
|
||||
|
||||
@@ -321,10 +321,6 @@ void RipNg::NotifyInterfaceUp (uint32_t i)
|
||||
{
|
||||
Ipv6InterfaceAddress address = m_ipv6->GetAddress (i, j);
|
||||
|
||||
Ipv6Address networkAddress = address.GetAddress ().CombinePrefix (address.GetPrefix ());
|
||||
Ipv6Prefix networkMask = address.GetPrefix ();
|
||||
AddNetworkRouteTo (networkAddress, networkMask, i);
|
||||
|
||||
if (address.GetScope() == Ipv6InterfaceAddress::LINKLOCAL && sendSocketFound == false && activeInterface == true)
|
||||
{
|
||||
NS_LOG_LOGIC ("RIPng: adding sending socket to " << address.GetAddress ());
|
||||
|
||||
Reference in New Issue
Block a user