summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/uvok_bird/templates/clearnet.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2
index 3cd2c78..c3a6f7f 100644
--- a/roles/uvok_bird/templates/clearnet.conf.j2
+++ b/roles/uvok_bird/templates/clearnet.conf.j2
@@ -91,7 +91,7 @@ prefix set problem_prefixes;
function reject_long_aspaths()
{
- if ( bgp_path.len > 50 ) then {
+ if ( bgp_path.len > 30 ) then {
clearnet_add_filter(FILTER_LONG_ASPATH);
}
}