wheretf did i even see "sa-names"? it's not in the man page or sample conf.

This commit is contained in:
2020-05-18 07:00:09 -04:00
parent 39c8cdc171
commit 361303e87a

View File

@@ -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 -%}