]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/006-clarify_man_page_on_RDNSS_set_in_router_advertisement.patch
kernel: update to 3.14.62
[ipfire-2.x.git] / src / patches / dnsmasq / 006-clarify_man_page_on_RDNSS_set_in_router_advertisement.patch
CommitLineData
f62ac322
MF
1From 20fd11e11a9d09edcea94de135396ae1541fbbab Mon Sep 17 00:00:00 2001
2From: Simon Kelley <simon@thekelleys.org.uk>
3Date: Wed, 26 Aug 2015 22:48:13 +0100
4Subject: [PATCH] Clarify man page on RDNSS set in router advertisement.
5
6---
7 man/dnsmasq.8 | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9
10diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
11index a23c898..d51b10f 100644
12--- a/man/dnsmasq.8
13+++ b/man/dnsmasq.8
14@@ -1687,15 +1687,15 @@ creation are handled by a different protocol. When DHCP is in use,
15 only a subset of this is needed, and dnsmasq can handle it, using
16 existing DHCP configuration to provide most data. When RA is enabled,
17 dnsmasq will advertise a prefix for each dhcp-range, with default
18-router and recursive DNS server as the relevant link-local address on
19-the machine running dnsmasq. By default, he "managed address" bits are set, and
20+router as the relevant link-local address on
21+the machine running dnsmasq. By default, the "managed address" bits are set, and
22 the "use SLAAC" bit is reset. This can be changed for individual
23 subnets with the mode keywords described in
24 .B --dhcp-range.
25 RFC6106 DNS parameters are included in the advertisements. By default,
26 the relevant link-local address of the machine running dnsmasq is sent
27 as recursive DNS server. If provided, the DHCPv6 options dns-server and
28-domain-search are used for RDNSS and DNSSL.
29+domain-search are used for the DNS server (RDNSS) and the domain serach list (DNSSL).
30 .TP
31 .B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
32 Set non-default values for router advertisements sent via an
33--
341.7.10.4
35