lxc-containers/config: fix gw6

This commit is contained in:
Astro 2017-12-11 00:38:15 +01:00
parent d9d6c8cff0
commit 8f63e23f1c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ lxc.network.ipv6={{ inet6_addr }}/{{ prefix6_len }}
{%- endif %}
{%- set gw6 = conf.get('gw6') %}
{%- if gw6 %}
lxc.network.ipv6.gateway={{ pillar['hosts-inet6'][net][gw] }}
lxc.network.ipv6.gateway={{ pillar['hosts-inet6'][net][gw6] }}
{%- endif %}
{%- if conf['type'] == 'veth' %}