aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/coregonus
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-10-19 20:24:25 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-10-19 20:24:25 +0200
commitbdd0e280c3615907e494bc45543257d9a9576e5a (patch)
treed6df2012b7d2c364dfc8a5a6ce3db13c4b3143c6 /tnet/templates/coregonus
parent26eb144e6bb2a754849cc24e85fe9991c82e4882 (diff)
downloadinfra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.gz
infra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.bz2
infra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.xz
infra-bdd0e280c3615907e494bc45543257d9a9576e5a.zip
bird
Diffstat (limited to 'tnet/templates/coregonus')
-rw-r--r--tnet/templates/coregonus/bird-tnet.conf3
1 files changed, 1 insertions, 2 deletions
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'] }}";
}