|
Bugzilla – Full Text Bug Listing |
| Summary: | Radvd application is missing an Helper | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | applications | Assignee: | George Riley <riley> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Helper | ||
OK by me; some small suggestions: s/fine-grain/fine-grained/ s/nide's IP address/node's IP address/ please document the bug fix separately in Changes.html (as this patch both introduces a new helper and fixes a bug) Fixed in changeset 10129:5d1521685ad9 |
Created attachment 1624 [details] Helper The title says it all. Attached there is an helper that should do the job. The interface is minimal, however the "power-user" is still able to tweak all the parameters through direct configuration access. By the way... there was a bug in Radvd. RadvdInterface::m_defaultLifeTime was initialised with milliseconds, while it is seconds, resulting in a default LifeTime 1000 times greater than normal. It has been fixed.