更新了分库分表配置
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
include "/etc/bird/template/inet.conf";
|
||||
include "/etc/bird/template/inet_ixp.conf";
|
||||
include "/etc/bird/peers/inet/*";
|
||||
|
||||
include "/etc/bird/template/dn42.conf";
|
||||
include "/etc/bird/peers/dn42/*.conf";
|
||||
|
||||
include "/etc/bird/template/unet.conf";
|
||||
include "/etc/bird/peers/unet/*.conf";
|
||||
@@ -11,7 +11,7 @@ template bgp tpl_inet6_ixp {
|
||||
export filter {
|
||||
if !is_self_net_v6() then reject;
|
||||
if is_bogon_prefix() || (bgp_path.len > 100) then reject;
|
||||
if bgp_large_community !~ [(LOCAL_ASN, 200,1)] then reject;
|
||||
if bgp_large_community !~ [(LOCAL_ASN, 200,0)] then reject;
|
||||
bgp_large_community.empty;
|
||||
accept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user