From 54564e2fa67392c2fa418be4539de7c72b2192e7 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Wed, 7 Aug 2013 23:18:48 +0200 Subject: [PATCH] Bug 1702 - A router should't aways add itself as the default router --- CHANGES.html | 7 +- RELEASE_NOTES | 1 + examples/ipv6/fragmentation-ipv6.cc | 6 +- examples/ipv6/icmpv6-redirect.cc | 8 +- examples/ipv6/loose-routing-ipv6.cc | 30 ++- examples/ipv6/radvd-two-prefix.cc | 6 +- examples/ipv6/radvd.cc | 6 +- examples/routing/simple-routing-ping6.cc | 6 +- src/fd-net-device/examples/fd-tap-ping6.cc | 6 +- .../helper/ipv6-interface-container.cc | 185 +++++++++++++++++- .../helper/ipv6-interface-container.h | 48 ++++- src/internet/model/ipv6-static-routing.cc | 10 +- src/internet/model/ipv6-static-routing.h | 4 +- 13 files changed, 287 insertions(+), 36 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 56a6d9ba4..77e72bc53 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -77,6 +77,11 @@ us a note on ns-developers mailing list.

Changes to existing API: