aboutsummaryrefslogtreecommitdiff
path: root/tnet/templates/bird-tnet-pre.conf.j2
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-06-16 21:44:55 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-06-16 21:44:55 +0200
commit034f6b1b469b837cfe09874301a6d200f7b12ba2 (patch)
tree7b3b050b3155e6682bdeb6a5e71cdf4d4d06d068 /tnet/templates/bird-tnet-pre.conf.j2
parent972364516ba400878b9e06fe239c1f07d751d4fa (diff)
downloadinfra-034f6b1b469b837cfe09874301a6d200f7b12ba2.tar.gz
infra-034f6b1b469b837cfe09874301a6d200f7b12ba2.tar.bz2
infra-034f6b1b469b837cfe09874301a6d200f7b12ba2.tar.xz
infra-034f6b1b469b837cfe09874301a6d200f7b12ba2.zip
tnet
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 ba012cf..7994dfe 100644
--- a/tnet/templates/bird-tnet-pre.conf.j2
+++ b/tnet/templates/bird-tnet-pre.conf.j2
@@ -1,7 +1,7 @@
define tnet = fdb1:4242:3538::/48;
define tnet_router = fdb1:4242:3538:ffff::/64;
-function is_tnet() -> bool
+function is_tnet() # -> bool
{
return net ~ tnet && ! (net ~ tnet_router);
}