From 20fd11e11a9d09edcea94de135396ae1541fbbab Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 26 Aug 2015 22:48:13 +0100 Subject: [PATCH] Clarify man page on RDNSS set in router advertisement. --- man/dnsmasq.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/dnsmasq.8 b/man/dnsmasq.8 index a23c898..d51b10f 100644 --- a/man/dnsmasq.8 +++ b/man/dnsmasq.8 @@ -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 existing DHCP configuration to provide most data. When RA is enabled, dnsmasq will advertise a prefix for each dhcp-range, with default -router and recursive DNS server as the relevant link-local address on -the machine running dnsmasq. By default, he "managed address" bits are set, and +router as the relevant link-local address on +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 subnets with the mode keywords described in .B --dhcp-range. RFC6106 DNS parameters are included in the advertisements. By default, the relevant link-local address of the machine running dnsmasq is sent 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 .B --ra-param=,[high|low],[[],] Set non-default values for router advertisements sent via an -- 2.47.3