|
Bugzilla – Full Text Bug Listing |
| Summary: | Prevent ADDR_MODE_RESERVED use | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | lr-wpan | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch | ||
Looks good. changeset 13196:ac16e4118694 |
Created attachment 2959 [details] Patch The standard explicitly forbids to use an ADDR_MODE_RESERVED address type. In the actual code this is not enforced. The proposed patch adds a NS_ABORT_MSG if this case is found.