|
Bugzilla – Full Text Bug Listing |
| Summary: | Ipv6-only network can't use UDP or TCP | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | ipv6 | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | ns-bugs, tazaki |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
Please check the patch. On my machine all works as intended. Any objections on pushing this ? T. (In reply to comment #1) > Please check the patch. On my machine all works as intended. I'm fine with it. +1. Fixed in changeset: 9695:e62d00344369 |
Created attachment 1559 [details] patch The bug is in the InternetStackHelper. Actually it does create the UDP and TCP stacks only if the network is *also* IPv4. In IPv6-only the stacks are not created. The patch fixes this bug.