net186-config/bird/drop-default.conf

8 lines
145 B
Plaintext
Raw Normal View History

2023-01-13 15:26:39 +00:00
protocol static drop_default {
ipv6;
route ::/0 reject {
bgp_local_pref = 1;
bgp_community.add((65535, 65282));
};
}