From 5a5ada1e6fbb2d107f2f4905dc0e427416c40e73 Mon Sep 17 00:00:00 2001 From: 186526 Date: Fri, 13 Jan 2023 23:26:39 +0800 Subject: [PATCH] update --- bird/blank.conf | 1 - bird/drop-default.conf | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 bird/blank.conf create mode 100644 bird/drop-default.conf 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)); + }; +}