史诗更新

This commit is contained in:
2025-11-13 14:41:55 +08:00
parent cde500b4f6
commit ddeecd2c99
10 changed files with 167 additions and 154 deletions

22
bird/net/ospf.conf Normal file
View File

@@ -0,0 +1,22 @@
ipv4 table ospf4;
ipv6 table ospf6;
protocol pipe ospf4_sync {
table ospf4;
peer table master4;
export filter {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;
};
}
protocol pipe ospf6_sync {
table ospf6;
peer table master6;
export filter {
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
accept;
};
}
include "/etc/bird/peers/ospf/*.conf";