8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
protocol static drop_default {
|
||
|
ipv6;
|
||
|
route ::/0 reject {
|
||
|
bgp_local_pref = 1;
|
||
|
bgp_community.add((65535, 65282));
|
||
|
};
|
||
|
}
|