From 5e997388ba19e84764601d147ffb3bfb6cc455d1 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 31 Dec 2018 17:06:40 +0100 Subject: 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 --- src/odhcpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/odhcpd.h') diff --git a/src/odhcpd.h b/src/odhcpd.h index 80dbb40..10f26b1 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -193,6 +193,7 @@ struct interface { bool ra_not_onlink; bool ra_advrouter; bool ra_useleasetime; + bool ra_dns; bool no_dynamic_dhcp; uint8_t pio_filter_length; struct in6_addr pio_filter_addr; -- cgit v1.2.3