aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/bird-tnet.conf.j2
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-08-18 09:43:30 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-08-18 09:43:30 +0200
commit4a40030a65f8029740d5c9ccb226114073f52eb8 (patch)
treef2a89968f27924f03641948e32c71c9eb4594ac5 /tnet/templates/bird-tnet.conf.j2
parent606474b17fa81eeaecd2025c52feafec8056790a (diff)
downloadinfra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.gz
infra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.bz2
infra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.xz
infra-4a40030a65f8029740d5c9ccb226114073f52eb8.zip
Better if support
Diffstat (limited to 'tnet/templates/bird-tnet.conf.j2')
-rw-r--r--tnet/templates/bird-tnet.conf.j24
1 files changed, 4 insertions, 0 deletions
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;