Commit 20fd11e1 authored by Simon Kelley's avatar Simon Kelley

Clarify man page on RDNSS set in router advertisement.

parent 9cdcfe9f
...@@ -1687,15 +1687,15 @@ creation are handled by a different protocol. When DHCP is in use, ...@@ -1687,15 +1687,15 @@ creation are handled by a different protocol. When DHCP is in use,
only a subset of this is needed, and dnsmasq can handle it, using only a subset of this is needed, and dnsmasq can handle it, using
existing DHCP configuration to provide most data. When RA is enabled, existing DHCP configuration to provide most data. When RA is enabled,
dnsmasq will advertise a prefix for each dhcp-range, with default dnsmasq will advertise a prefix for each dhcp-range, with default
router and recursive DNS server as the relevant link-local address on router as the relevant link-local address on
the machine running dnsmasq. By default, he "managed address" bits are set, and the machine running dnsmasq. By default, the "managed address" bits are set, and
the "use SLAAC" bit is reset. This can be changed for individual the "use SLAAC" bit is reset. This can be changed for individual
subnets with the mode keywords described in subnets with the mode keywords described in
.B --dhcp-range. .B --dhcp-range.
RFC6106 DNS parameters are included in the advertisements. By default, RFC6106 DNS parameters are included in the advertisements. By default,
the relevant link-local address of the machine running dnsmasq is sent the relevant link-local address of the machine running dnsmasq is sent
as recursive DNS server. If provided, the DHCPv6 options dns-server and as recursive DNS server. If provided, the DHCPv6 options dns-server and
domain-search are used for RDNSS and DNSSL. domain-search are used for the DNS server (RDNSS) and the domain serach list (DNSSL).
.TP .TP
.B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>] .B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
Set non-default values for router advertisements sent via an Set non-default values for router advertisements sent via an
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment