diff options
Diffstat (limited to 'tnet/files/knot')
-rw-r--r-- | tnet/files/knot/bird-tnet.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tnet/files/knot/bird-tnet.conf b/tnet/files/knot/bird-tnet.conf index fd5332a..e774e31 100644 --- a/tnet/files/knot/bird-tnet.conf +++ b/tnet/files/knot/bird-tnet.conf @@ -44,6 +44,13 @@ protocol bgp tnet_conflatorio from tnet_tpl { rr client; } +protocol bgp tnet_coregonus from tnet_tpl { + neighbor fe80:ba82:77f0:f96d:7a85:a7fa:ef6f:37d3; + interface "tnet-coregonus"; + + rr client; +} + protocol bgp tnet_hash from tnet_tpl { neighbor fe80:3b20:4cb0:5315:22a:c7de:a45b:8a7d; interface "tnet-hash"; @@ -51,6 +58,13 @@ protocol bgp tnet_hash from tnet_tpl { rr client; } +protocol bgp tnet_kv24ix from tnet_tpl { + neighbor fe80:fef1:078a:5b64:efd3:ae7b:d286:d7cf; + interface "tnet-kv24ix"; + + rr client; +} + protocol bgp tnet_lhn2pi from tnet_tpl { neighbor fdb1:4242:3538:ffff:374e:2c7d:319e:e527; interface "tnet-lhn2pi"; |