diff options
author | uvok cheetah | 2024-07-10 20:18:57 +0200 |
---|---|---|
committer | uvok cheetah | 2024-07-10 20:18:57 +0200 |
commit | faefd5cda8a0d24b090f7b9c9952d4464a262a49 (patch) | |
tree | d9f7a5f9d1332cc8777853ec11326daec8b4cba3 | |
parent | 6c511d92e56de5be3f673dcce0212ec7b08d810a (diff) |
Don't set (external) prefip for babel
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; }; |