This commit is contained in:
@ -1 +0,0 @@
|
|||||||
# Yes, It's just a blank file.
|
|
7
bird/drop-default.conf
Normal file
7
bird/drop-default.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
protocol static drop_default {
|
||||||
|
ipv6;
|
||||||
|
route ::/0 reject {
|
||||||
|
bgp_local_pref = 1;
|
||||||
|
bgp_community.add((65535, 65282));
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user