diff options
Diffstat (limited to 'tnet/templates/bird-tnet-pre.conf.j2')
-rw-r--r-- | tnet/templates/bird-tnet-pre.conf.j2 | 2 |
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; |