From abccbb60a7afe169cb5ad8e8e41461118636282b Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 00:55:26 +0000 Subject: [PATCH] Update bird/bird.conf.tmpl --- bird/bird.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 420a5e3..72c5900 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -74,7 +74,7 @@ protocol kernel { # Primary routing table # the global mesh network. function net_lixonet_global() { - return net ~ [ ${network_address}/{${global_prefix:-16},32} ]; + return net ~ [ ${network_address}/${global_prefix:-16}+ ]; } # Returns TRUE if the given tested network is within the router network prefix for @@ -82,7 +82,7 @@ function net_lixonet_global() # for us. Helps prevent a security vulnerability of hijacking another router. function net_lixonet_router() { - return net ~ [ ${network_address}/{${router_prefix:-24},32} ]; + return net ~ [ ${network_address}/${router_prefix:-24}+ ]; } filter lixonet_import