Update bird/bird.conf.tmpl
This commit is contained in:
parent
470d6f2a96
commit
abccbb60a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user