史诗更新
This commit is contained in:
11
bird/net/inet6.conf
Normal file
11
bird/net/inet6.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ipv6 table inet6;
|
||||
|
||||
protocol pipe inet6_sync {
|
||||
table inet6;
|
||||
peer table master6;
|
||||
import none;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user