diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/uvok_bird/files/clear_filters.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/uvok_bird/files/clear_filters.conf b/roles/uvok_bird/files/clear_filters.conf index f78ba9e..416d0bd 100644 --- a/roles/uvok_bird/files/clear_filters.conf +++ b/roles/uvok_bird/files/clear_filters.conf @@ -84,7 +84,7 @@ function reject_long_aspaths() function reject_small_prefixes() { - if (net.len > 55 && net.type = NET_IP6) then { + if (net.len > 48 && net.type = NET_IP6) then { print "Reject: Too small prefix: ", net, " ", bgp_path; clearnet_add_filter(FILTER_SMALL_V6_PREFIX); } |