diff options
Diffstat (limited to 'roles')
-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; }; }; |