diff --git a/bird/blank.conf b/bird/blank.conf deleted file mode 100644 index 8a12da4..0000000 --- a/bird/blank.conf +++ /dev/null @@ -1 +0,0 @@ -# Yes, It's just a blank file. diff --git a/bird/drop-default.conf b/bird/drop-default.conf new file mode 100644 index 0000000..e4aa203 --- /dev/null +++ b/bird/drop-default.conf @@ -0,0 +1,7 @@ +protocol static drop_default { + ipv6; + route ::/0 reject { + bgp_local_pref = 1; + bgp_community.add((65535, 65282)); + }; +}