Fix: error priority in bird.conf

This commit is contained in:
186526 2022-12-27 00:55:18 +08:00
parent fe8fc3cc6b
commit 9acba2dedd
7 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Need include PoP config file first
# include "./config.conf";
include "./util/*.conf";
include "./lib/*.conf";
include "./protcol/*.conf";
include "./bird/*.conf";

View File

@ -1,5 +1,3 @@
include "./constant.conf";
function pub_is_invalid_net_length(){
case net.type {
NET_IP4: return net.len > 24;