update
parent
ef8b99c301
commit
5a5ada1e6f
|
@ -1 +0,0 @@
|
||||||
# Yes, It's just a blank file.
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
protocol static drop_default {
|
||||||
|
ipv6;
|
||||||
|
route ::/0 reject {
|
||||||
|
bgp_local_pref = 1;
|
||||||
|
bgp_community.add((65535, 65282));
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue