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

This commit is contained in:
brent s. 2020-05-18 07:00:09 -04:00
parent 39c8cdc171
commit 361303e87a
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 0 additions and 3 deletions

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