aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/conflatorio
diff options
context:
space:
mode:
Diffstat (limited to 'tnet/templates/conflatorio')
-rw-r--r--tnet/templates/conflatorio/bird-tnet.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tnet/templates/conflatorio/bird-tnet.conf b/tnet/templates/conflatorio/bird-tnet.conf
index 02780a6..4ffcc7f 100644
--- a/tnet/templates/conflatorio/bird-tnet.conf
+++ b/tnet/templates/conflatorio/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:4540:476c:d432:2f32:818b:811b:bb61;
interface "tnet-hash";
+ password "{{ bgp_password['conflatorio-hash'] }}";
}
protocol bgp tnet_knot from tnet_tpl {
neighbor fe80:47fc:0660:b91f:1063:a6ae:46bb:7589;
interface "tnet-knot";
+ password "{{ bgp_password['conflatorio-knot'] }}";
}