From 4a40030a65f8029740d5c9ccb226114073f52eb8 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 18 Aug 2024 09:43:30 +0200 Subject: Better if support --- tnet/templates/bird-tnet.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnet/templates/bird-tnet.conf.j2') diff --git a/tnet/templates/bird-tnet.conf.j2 b/tnet/templates/bird-tnet.conf.j2 index 49e9410..2ba456b 100644 --- a/tnet/templates/bird-tnet.conf.j2 +++ b/tnet/templates/bird-tnet.conf.j2 @@ -43,7 +43,11 @@ template bgp tnet_tpl { {% if policy == "tnet" %} protocol bgp tnet_{{ p }} from tnet_tpl { neighbor {{ hostvars[p].tnet_wg[inventory_hostname].address }}; +{% if peer.interface is defined %} + interface "{{ peer.interface }}"; +{% else %} interface "tnet-{{ p }}"; +{% endif %} {% if peer.rr_client|default(False) %} rr client; -- cgit v1.2.3