From bdd0e280c3615907e494bc45543257d9a9576e5a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 19 Oct 2024 20:24:25 +0200 Subject: bird --- tnet/templates/node1/bird-tnet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tnet/templates/node1') diff --git a/tnet/templates/node1/bird-tnet.conf b/tnet/templates/node1/bird-tnet.conf index 6449582..bafb6de 100644 --- a/tnet/templates/node1/bird-tnet.conf +++ b/tnet/templates/node1/bird-tnet.conf @@ -10,8 +10,6 @@ template bgp tnet_tpl { direct; - password "trygvis"; - ipv6 { next hop self; import filter { @@ -40,9 +38,11 @@ template bgp tnet_tpl { protocol bgp tnet_hash from tnet_tpl { neighbor fe80:a026:6ec2:b356:21c5:b51:22b9:a1de; interface "tnet-hash"; + password "{{ bgp_password['hash-node1'] }}"; } protocol bgp tnet_knot from tnet_tpl { neighbor fe80:58eb:3930:1815:2a6d:8918:70c9:96f2; interface "tnet-knot"; + password "{{ bgp_password['knot-node1'] }}"; } -- cgit v1.2.3