it doesn't seem to be recognizing additional DHCPv6 ranges in assignments?

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

View File

@ -24,6 +24,10 @@ enable-ra
{%- do ra_opts.append('slaac') -%}
{%- do ra_opts.append('ra-names') -%}
# {{ assignment.iface }} assignment
# Assignment blocks:
{%- for b in assignment.iface_blocks %}
# * {{ b|string }} ({{ assignment.dhcp6_ranges[assign_loop.index0] }})
{%- endfor %}
{%- if do_listen %}
listen-address = {{ assignment.iface_ll }}
{%- endif %}