net186-config/bird/drop-default.conf

8 lines
145 B
Plaintext

protocol static drop_default {
ipv6;
route ::/0 reject {
bgp_local_pref = 1;
bgp_community.add((65535, 65282));
};
}