diff options
Diffstat (limited to 'tnet/files/hash/bird-tnet-pre.conf')
-rw-r--r-- | tnet/files/hash/bird-tnet-pre.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tnet/files/hash/bird-tnet-pre.conf b/tnet/files/hash/bird-tnet-pre.conf deleted file mode 100644 index 7994dfe..0000000 --- a/tnet/files/hash/bird-tnet-pre.conf +++ /dev/null @@ -1,7 +0,0 @@ -define tnet = fdb1:4242:3538::/48; -define tnet_router = fdb1:4242:3538:ffff::/64; - -function is_tnet() # -> bool -{ - return net ~ tnet && ! (net ~ tnet_router); -} |