diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-12-31 17:06:40 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-01-01 13:53:34 +0100 |
commit | 5e997388ba19e84764601d147ffb3bfb6cc455d1 (patch) | |
tree | 3aeb0773bdfb822174332c1ac02c1885cf291513 /README | |
parent | 1fe77f3f40cbe9227ade848e7c95f6354b2ff409 (diff) |
router: make announcing DNS info configurable (FS#2020)
Make announcing options Recursive DNS server and DNS search list
configurable via the ra_dns config option.
This allows to disable sending RA based DNS info if such info is
already provided by DHCPv6.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ ra_hoplimit integer 0 Current hoplimit to be advertised in RA messages ra_mtu integer 0 MTU to be advertised in RA messages +ra_dns bool 1 Announce DNS configuration in + RA messages (RFC8106) ndproxy_routing bool 1 Learn routes from NDP ndproxy_slave bool 0 NDProxy external slave prefix_filter string ::/0 Only advertise on-link prefixes within |