--- a/src/internet/model/ripng.cc Wed Dec 02 23:37:23 2015 +0100
+++ b/src/internet/model/ripng.cc Thu Dec 03 00:35:35 2015 +0100
@@ -119,6 +119,7 @@
if (m_interfaceExclusions.find (i) == m_interfaceExclusions.end ())
{
activeInterface = true;
+ m_ipv6->SetForwarding (i, true);
}
for (uint32_t j = 0; j < m_ipv6->GetNAddresses (i); j++)
@@ -290,6 +291,7 @@
if (m_interfaceExclusions.find (i) == m_interfaceExclusions.end ())
{
activeInterface = true;
+ m_ipv6->SetForwarding (i, true);
}
for (uint32_t j = 0; j < m_ipv6->GetNAddresses (i); j++)