Bug 1728

Summary: Radvd application is missing an Helper
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: applicationsAssignee: George Riley <riley>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs, tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Helper

Description Tommaso Pecorella 2013-07-02 16:58:44 UTC
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.
Comment 1 Tom Henderson 2013-08-12 00:16:33 UTC
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)
Comment 2 Tommaso Pecorella 2013-08-12 01:39:32 UTC
Fixed in changeset 10129:5d1521685ad9