|
Bugzilla – Full Text Bug Listing |
| Summary: | ICMPv6 Redirect are handled correctly only for /64 networks | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | ipv6 | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | moijes12, ns-bugs, shiguowang2007 |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tommaso Pecorella
2012-03-11 20:12:40 UTC
As a workaround, one can disable ICMPv6 Redirect using the Ipv6L3Protocol's attribute "SendIcmpv6Redirect" (added in changeset 7793 - 1c81a8a91b1e). Leaving the bug open as the behavior is not the intended one anyway. Hi Tommaso, I think This will happen because the prefix can only be 64 right now, you can reference the function of SetBase() of file src/internet/helper/ipv6-address-helper.cc Best Regards gwshi Hi gwshi, yep, it's my same idea. The issue involves aslo the RT behaviour tho. Without CIDR handling and/or DHCPv6 the actual behaviour isn't a big issue. The bug, however is open as a future reference. It should be fixed but, right now, we miss also a case where it's strongly needed. Cheers, T. |