bird: fix radv for subnets-inet6 ctxs

This commit is contained in:
Astro 2018-06-23 00:23:33 +02:00
parent 15c6f5708c
commit 0386953918
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ protocol radv {
{%- for value in conf['rdnss'] %}
{%- set host = value.split('.')[0] %}
{%- set net = value.split('.')[1] %}
rdnss {{ pillar['hosts-inet6'][net][host] }};
rdnss {{ pillar['hosts-inet6']['dn42'][net][host] }};
{%- endfor %}
{%- endif %}
{%- if conf.get('dnssl') %}