diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-21 19:46:29 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-21 19:46:29 +0200 |
commit | 204a5bb09bbb5888621edb25de2b1faad34ab781 (patch) | |
tree | f531fa59e0e8c024ddd6ff643e473e77b7c429a2 /tnet/files/knot | |
parent | 92e7a7128fd0b756e0f6ba6d48a4dc470cf9f188 (diff) | |
download | infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.gz infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.bz2 infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.xz infra-204a5bb09bbb5888621edb25de2b1faad34ab781.zip |
coregonus
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"; |