fix /128
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
9cb8312232
commit
97592a0975
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ Name=bgp-backup
|
||||||
[Network]
|
[Network]
|
||||||
{% for host in groups['all'] -%}
|
{% for host in groups['all'] -%}
|
||||||
{%- if host != inventory_hostname -%}
|
{%- if host != inventory_hostname -%}
|
||||||
Address={{ hostvars[host]['bgp_ipv6'] }}
|
Address={{ hostvars[host]['bgp_ipv6'] }}/128
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue