diff options
Diffstat (limited to 'tnet/templates/lhn2pi')
-rw-r--r-- | tnet/templates/lhn2pi/bird-tnet.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tnet/templates/lhn2pi/bird-tnet.conf b/tnet/templates/lhn2pi/bird-tnet.conf index 9f0ef8c..f755c3b 100644 --- a/tnet/templates/lhn2pi/bird-tnet.conf +++ b/tnet/templates/lhn2pi/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:6195:1d43:9655:35f7:9dba:798c:26b8; interface "tnet-hash"; + password "{{ bgp_password['hash-lhn2pi'] }}"; } protocol bgp tnet_knot from tnet_tpl { neighbor fe80:d83a:350b:2162:6eda:1cc1:9cd7:80e8; interface "tnet-knot"; + password "{{ bgp_password['knot-lhn2pi'] }}"; } |