更新了缓冲区设置选项,并修复了部分错误
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user