aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/hash/bird-tnet.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tnet/templates/hash/bird-tnet.conf')
-rw-r--r--tnet/templates/hash/bird-tnet.conf7
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;
}