diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-07-17 20:38:43 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-07-17 20:38:43 +0200 |
commit | ce31caee6ce414fd3abd3b323b5ccfeda6733986 (patch) | |
tree | 9aa16a5ed56dec88504db3429789e9741e39aa3f /tnet/host_vars | |
parent | f69827ab7abf3c62ad6410930b81b3ee137d37b0 (diff) | |
download | infra-ce31caee6ce414fd3abd3b323b5ccfeda6733986.tar.gz infra-ce31caee6ce414fd3abd3b323b5ccfeda6733986.tar.bz2 infra-ce31caee6ce414fd3abd3b323b5ccfeda6733986.tar.xz infra-ce31caee6ce414fd3abd3b323b5ccfeda6733986.zip |
routedbits
Diffstat (limited to 'tnet/host_vars')
-rw-r--r-- | tnet/host_vars/knot/bird.yml | 4 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tnet/host_vars/knot/bird.yml b/tnet/host_vars/knot/bird.yml index 0c1d73b..d995a46 100644 --- a/tnet/host_vars/knot/bird.yml +++ b/tnet/host_vars/knot/bird.yml @@ -5,3 +5,7 @@ tnet_bird_peers: rr_client: true node2: rr_client: true + routedbits_lon1: + policy: dn42 + as: 4242420207 + address: fe80::207 diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml index 6fe932e..6536d9c 100644 --- a/tnet/host_vars/knot/wg.yml +++ b/tnet/host_vars/knot/wg.yml @@ -26,3 +26,7 @@ tnet_wg: node2: port: 51008 address: fe80:9dd8:abac:cf05:aea3:dc03:4c74:32da + routedbits_lon1: + port: 51009 + address: fe80:fc91:da95:dc6b:621b:7ccf:ff44:c42c + endpoint: router.lon1.routedbits.com:53538 |