9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
protocol pipe inet6_sync {
|
|
table inet6;
|
|
peer table master6;
|
|
export filter {
|
|
if bgp_large_community ~ [(LOCAL_ASN, 3,*)] then reject;
|
|
accept;
|
|
};
|
|
import none;
|
|
} |