From f1ef249c660ccb6a9208deac8b1e07f31d57bf4a Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 28 Apr 2024 19:10:03 +0200 Subject: Reduce path len to 30 --- roles/uvok_bird/templates/clearnet.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') 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); } } -- cgit v1.2.3