From 2ffcb38acc9e6925a0ae805370d71e257b27e1bb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 18 Jul 2024 21:51:07 +0200 Subject: Working routedbits --- tnet/templates/bird-tnet-pre.conf.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tnet/templates/bird-tnet-pre.conf.j2') diff --git a/tnet/templates/bird-tnet-pre.conf.j2 b/tnet/templates/bird-tnet-pre.conf.j2 index 7994dfe..ec31fa2 100644 --- a/tnet/templates/bird-tnet-pre.conf.j2 +++ b/tnet/templates/bird-tnet-pre.conf.j2 @@ -5,3 +5,17 @@ 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