更新了缓冲区设置选项,并修复了部分错误
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
protocol kernel {
|
||||
scan time 20;
|
||||
kernel table 102;
|
||||
merge paths yes limit 4;
|
||||
netlink rx buffer 8388608;
|
||||
ipv4 {
|
||||
table inet4;
|
||||
import none;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
protocol pipe inet6_sync {
|
||||
table inet6;
|
||||
peer table master6;
|
||||
import none;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
@@ -5,6 +5,7 @@ protocol pipe ospf4_sync {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
|
||||
protocol pipe ospf6_sync {
|
||||
@@ -14,6 +15,7 @@ protocol pipe ospf6_sync {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
|
||||
include "/etc/bird/peers/ospf/*.conf";
|
||||
|
||||
@@ -5,6 +5,7 @@ protocol pipe unet4_sync {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
protocol pipe unet6_sync {
|
||||
table unet6;
|
||||
@@ -13,4 +14,5 @@ protocol pipe unet6_sync {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
import none;
|
||||
}
|
||||
Reference in New Issue
Block a user