aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/bird-tnet-pre.conf.j2
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-08-11 20:10:31 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-08-11 20:10:31 +0200
commit1cfbc01b6a3d657058856433ecd97ea9181e5019 (patch)
treec167397d5c7efec4d71a5e687877e63de035f010 /tnet/templates/bird-tnet-pre.conf.j2
parent5ecd6c2c2586495bb23d5d57c334edcb10cd8492 (diff)
downloadinfra-1cfbc01b6a3d657058856433ecd97ea9181e5019.tar.gz
infra-1cfbc01b6a3d657058856433ecd97ea9181e5019.tar.bz2
infra-1cfbc01b6a3d657058856433ecd97ea9181e5019.tar.xz
infra-1cfbc01b6a3d657058856433ecd97ea9181e5019.zip
tnet: Updating changes from knot.
Diffstat (limited to 'tnet/templates/bird-tnet-pre.conf.j2')
-rw-r--r--tnet/templates/bird-tnet-pre.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/tnet/templates/bird-tnet-pre.conf.j2 b/tnet/templates/bird-tnet-pre.conf.j2
index ec31fa2..383c050 100644
--- a/tnet/templates/bird-tnet-pre.conf.j2
+++ b/tnet/templates/bird-tnet-pre.conf.j2
@@ -3,7 +3,7 @@ define tnet_router = fdb1:4242:3538:ffff::/64;
function is_tnet() # -> bool
{
- return net ~ tnet && ! (net ~ tnet_router);
+ return net ~ tnet && (net !~ tnet_router);
}
roa6 table dn42_roa;