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]
|
||||
{% for host in groups['all'] -%}
|
||||
{%- if host != inventory_hostname -%}
|
||||
Address={{ hostvars[host]['bgp_ipv6'] }}
|
||||
Address={{ hostvars[host]['bgp_ipv6'] }}/128
|
||||
{% endif -%}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue