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/coregonus/bird-tnet.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tnet/templates/coregonus') diff --git a/tnet/templates/coregonus/bird-tnet.conf b/tnet/templates/coregonus/bird-tnet.conf index 95ede41..2d2a573 100644 --- a/tnet/templates/coregonus/bird-tnet.conf +++ b/tnet/templates/coregonus/bird-tnet.conf @@ -10,8 +10,6 @@ template bgp tnet_tpl { direct; - password "trygvis"; - ipv6 { next hop self; import filter { @@ -40,4 +38,5 @@ template bgp tnet_tpl { protocol bgp tnet_knot from tnet_tpl { neighbor fe80:ba82:77f0:f96d:7a85:a7fa:ef6f:37d2; interface "tnet-knot"; + password "{{ bgp_password['coregonus-knot'] }}"; } -- cgit v1.2.3