-
Notifications
You must be signed in to change notification settings - Fork 226
radvd: Rewrite manual for mvc implementation #834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
source/manual/radvd.rst
Outdated
| **Interface** Choose the interface that should send Router Advertisements. The prefix will be automatically | ||
| constructed from available IPv6 addresses of this interface. | ||
| **Constructor** Construct a prefix out of IPv6 addresses of an additional interface (e.g. the WAN interface). | ||
| In most cases an NDP proxy is required if the same prefix is shared by multiple interfaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is vague and confusing for people trying to use this, perhaps:
- mark advanced fields as such
- Interface setting will contsruct a prefix from the primary IP of that interface, which is assigned by "Identity Association" or "Track interface" IPv6 modes of said interface.
- Say that "alternatively" a WAN interface prefix can be used for the constructor.
source/manual/radvd.rst
Outdated
| **DNS Search List Lifetime** Lifetime in seconds for advertised DNS search domains. | ||
| ========================================= ==================================================================================== | ||
|
|
||
| For supported clients, DNS settings can also be propagated by radvd as detailed in `RFC 8106 <https://tools.ietf.org/html/rfc8106>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this remark adds any value?
| ========================================= ==================================================================================== | ||
| **Option** **Description** | ||
| ========================================= ==================================================================================== | ||
| **Enable DNS** Control the sending of the embedded DNS configuration (RFC 8106). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another advanced field, should only be disabled if the users know what they doing
source/manual/radvd.rst
Outdated
| router advertisements from the interface, in seconds. | ||
| Must be no less than 4 seconds and no greater than 1800 seconds. | ||
| ==================================== =============================================================================== | ||
| # TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for most purposes adding a new entry for the interface at hand and save+apply does all the work
of note is the "Track interface (legacy)" scope where adding an entry for an automatic and disabling it is the best way if you don't want to change the track mode, or switching to "Idenity Association" instead and adding a manual config if needed.
opnsense/core#9603