diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-19 20:24:25 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-19 20:24:25 +0200 |
commit | bdd0e280c3615907e494bc45543257d9a9576e5a (patch) | |
tree | d6df2012b7d2c364dfc8a5a6ce3db13c4b3143c6 /tnet/templates/hash | |
parent | 26eb144e6bb2a754849cc24e85fe9991c82e4882 (diff) | |
download | infra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.gz infra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.bz2 infra-bdd0e280c3615907e494bc45543257d9a9576e5a.tar.xz infra-bdd0e280c3615907e494bc45543257d9a9576e5a.zip |
bird
Diffstat (limited to 'tnet/templates/hash')
-rw-r--r-- | tnet/templates/hash/bird-tnet.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tnet/templates/hash/bird-tnet.conf b/tnet/templates/hash/bird-tnet.conf index a570291..d9c52b0 100644 --- a/tnet/templates/hash/bird-tnet.conf +++ b/tnet/templates/hash/bird-tnet.conf @@ -10,8 +10,6 @@ template bgp tnet_tpl { direct; - password "trygvis"; - ipv6 { next hop self; import filter { @@ -40,6 +38,7 @@ template bgp tnet_tpl { protocol bgp tnet_conflatorio from tnet_tpl { neighbor fe80:4540:476c:d432:2f32:818b:811b:bb60; interface "tnet-confltrio"; + password "{{ bgp_password['conflatorio-hash'] }}"; rr client; } @@ -47,6 +46,7 @@ protocol bgp tnet_conflatorio from tnet_tpl { protocol bgp tnet_knot from tnet_tpl { neighbor fe80:3b20:4cb0:5315:22a:c7de:a45b:8a7c; interface "tnet-knot"; + password "{{ bgp_password['hash-knot'] }}"; rr client; } @@ -54,6 +54,7 @@ protocol bgp tnet_knot from tnet_tpl { protocol bgp tnet_lhn2pi from tnet_tpl { neighbor fe80:6195:1d43:9655:35f7:9dba:798c:26b9; interface "tnet-lhn2pi"; + password "{{ bgp_password['hash-lhn2pi'] }}"; rr client; } @@ -61,6 +62,7 @@ protocol bgp tnet_lhn2pi from tnet_tpl { protocol bgp tnet_node1 from tnet_tpl { neighbor fe80:a026:6ec2:b356:21c5:b51:22b9:a1df; interface "tnet-node1"; + password "{{ bgp_password['hash-node1'] }}"; rr client; } @@ -68,6 +70,7 @@ protocol bgp tnet_node1 from tnet_tpl { protocol bgp tnet_node2 from tnet_tpl { neighbor fe80:a7a6:c1a8:c261:232e:7d67:fc27:7c8d; interface "tnet-node2"; + password "{{ bgp_password['hash-node2'] }}"; rr client; } |