From 361303e87a4c4d318e5a135e062a8730025f8820 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 May 2020 07:00:09 -0400 Subject: [PATCH] wheretf did i even see "sa-names"? it's not in the man page or sample conf. --- utils/he_ipv6/tpl/dnsmasq.include.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/he_ipv6/tpl/dnsmasq.include.j2 b/utils/he_ipv6/tpl/dnsmasq.include.j2 index 882ca5b..a2b6cf3 100644 --- a/utils/he_ipv6/tpl/dnsmasq.include.j2 +++ b/utils/he_ipv6/tpl/dnsmasq.include.j2 @@ -15,9 +15,6 @@ enable-ra {%- set identifier = 'tag:' + assignment.iface -%} {%- set do_listen = true -%} {%- endif -%} - {%- if assignment.ra_dns -%} - {%- do ra_opts.append('sa-names') -%} - {%- endif -%} {%- if assignment.ra_dhcp is false -%} {%- do ra_opts.append('ra-only') -%} {%- if assignment.ra_other is true -%}