aboutsummaryrefslogtreecommitdiff
path: root/tnet/files/knot
diff options
context:
space:
mode:
Diffstat (limited to 'tnet/files/knot')
-rw-r--r--tnet/files/knot/bird.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/tnet/files/knot/bird.conf b/tnet/files/knot/bird.conf
index cb70e94..fcecc19 100644
--- a/tnet/files/knot/bird.conf
+++ b/tnet/files/knot/bird.conf
@@ -3,7 +3,6 @@ template bgp tnet_tpl {
neighbor internal;
direct;
- rr client;
password "trygvis";
@@ -31,9 +30,20 @@ template bgp tnet_tpl {
protocol bgp tnet_hash from tnet_tpl {
neighbor fe80:3b20:4cb0:5315:22a:c7de:a45b:8a7d;
interface "tnet-hash";
+
+ rr client;
}
protocol bgp tnet_node1 from tnet_tpl {
neighbor fe80:58eb:3930:1815:2a6d:8918:70c9:96f3;
interface "tnet-node1";
+
+ rr client;
+}
+
+protocol bgp tnet_node2 from tnet_tpl {
+ neighbor fe80:9dd8:abac:cf05:aea3:dc03:4c74:32db;
+ interface "tnet-node2";
+
+ rr client;
}