From f701d77dfdb9bd4377eb71d81ae4a2e7b94c1847 Mon Sep 17 00:00:00 2001 From: Tobias Hachmer Date: Mon, 25 Mar 2019 20:33:08 +0100 Subject: [PATCH] Role service-bird: suffix legacy ipv6 bgp peers with '_legacy', also --- roles/service-bird/templates/mwu_ipv6_peers.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/service-bird/templates/mwu_ipv6_peers.conf.j2 b/roles/service-bird/templates/mwu_ipv6_peers.conf.j2 index efddbbd..49215f6 100644 --- a/roles/service-bird/templates/mwu_ipv6_peers.conf.j2 +++ b/roles/service-bird/templates/mwu_ipv6_peers.conf.j2 @@ -14,7 +14,7 @@ protocol bgp mwu_{{ network.remote }} from ibgp_mwu { {% if server_type == 'gateway' %} {% for item, value in bgp_legacy_servers.items() %} {% if item != inventory_hostname_short %} -protocol bgp mwu_{{ item }} from ibgp_mwu { +protocol bgp mwu_{{ item }}_legacy from ibgp_mwu { source address mwu_address_legacy; neighbor {{ value.ipv6 }} as mwu_as; };