From 30a24ef6dd91590060fb95c59d5e1ef267b73b1d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 18 Aug 2024 08:10:00 +0200 Subject: tnet += conflatorio --- tnet/files/conflatorio/bird-tnet-pre.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tnet/files/conflatorio/bird-tnet-pre.conf (limited to 'tnet/files/conflatorio/bird-tnet-pre.conf') diff --git a/tnet/files/conflatorio/bird-tnet-pre.conf b/tnet/files/conflatorio/bird-tnet-pre.conf new file mode 100644 index 0000000..383c050 --- /dev/null +++ b/tnet/files/conflatorio/bird-tnet-pre.conf @@ -0,0 +1,21 @@ +define tnet = fdb1:4242:3538::/48; +define tnet_router = fdb1:4242:3538:ffff::/64; + +function is_tnet() # -> bool +{ + return net ~ tnet && (net !~ tnet_router); +} + +roa6 table dn42_roa; + +protocol static { + roa6 { table dn42_roa; }; + include "/etc/bird/dn42_roa_bird2_6.conf"; +}; + +function dn42_is_valid_network() # -> bool +{ + return net ~ [ + fd00::/8{44,64} # ULA address space as per RFC 4193 + ]; +} -- cgit v1.2.3