diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-08-12 00:41:36 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-08-12 00:43:19 +0200 |
commit | 70a4320bdd44122d7a93bc71c77a9d684b3c9adc (patch) | |
tree | 01e1d376a979ca0e71ebd016f89439c1f3dbd68c /doc | |
parent | 9f3e09832081bc029dc98ae6dda49ee86d138fde (diff) |
RAdv: Allow solicited RAs to be sent as unicast
Add option to send solicited router advertisements as unicast directly
to soliciting nodes instead of as multicast to all-nodes group.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 83dec4f8..16d03028 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4121,6 +4121,12 @@ definitions, prefix definitions and DNS definitions: The minimum delay between two consecutive router advertisements, in seconds. Default: 3 + <tag><label id="radv-solicited-ra-unicast">solicited ra unicast <m/switch/</tag> + Solicited router advertisements are usually sent to all-nodes multicast + group like unsolicited ones, but the router can be configured to send + them as unicast directly to soliciting nodes instead. This is especially + useful on wireless networks (see <rfc id="7772">). Default: no + <tag><label id="radv-iface-managed">managed <m/switch/</tag> This option specifies whether hosts should use DHCPv6 for IP address configuration. Default: no |