From faefd5cda8a0d24b090f7b9c9952d4464a262a49 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Wed, 10 Jul 2024 20:18:57 +0200 Subject: Don't set (external) prefip for babel --- roles/uvok_bird/templates/clearnet.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2 index a27bada..06fdb30 100644 --- a/roles/uvok_bird/templates/clearnet.conf.j2 +++ b/roles/uvok_bird/templates/clearnet.conf.j2 @@ -184,7 +184,6 @@ protocol kernel p_myas_i { # This will completely replace *the default route for non-my-AS-traffic* !!! # will be copied into "BGP table" anyway. if is_default_route() then reject; - krt_prefsrc = CLEARNET_PREFIP; accept; }; }; -- cgit v1.2.3