|
Bugzilla – Full Text Bug Listing |
| Summary: | Ipv6 uses wrong outgoing interface | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Fabian Mauchle <f1mauchl> |
| Component: | internet | Assignee: | Sebastien Vincent <vincent> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | faker.moatamri, ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
Done a4b21e0ee84c. |
Created attachment 687 [details] patch Ipv6 always determines the outgoing interface from the source address, instead of the routing entry. This has the effect that a router can only be pinged on one interface, but not on the other. The determination of the outgoing interface from the source address is only required for link-local traffic, but not for global traffic.