diff options
author | uvok cheetah | 2024-06-23 12:41:33 +0200 |
---|---|---|
committer | uvok cheetah | 2024-06-23 12:41:33 +0200 |
commit | 902aa734d6cfdee49a443d6adbb67cb0480d6dd2 (patch) | |
tree | 372045feb77a297b8077d392c3a7d9dbe3e3e109 /roles/uvok_bird/templates | |
parent | 0082293fbbc55b99c652813ffb0917a557858cb2 (diff) |
bird: Get rid of fallback
use push rather than pull
Diffstat (limited to 'roles/uvok_bird/templates')
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2 index 62b699d..ac7af56 100644 --- a/roles/uvok_bird/templates/clearnet.conf.j2 +++ b/roles/uvok_bird/templates/clearnet.conf.j2 @@ -167,17 +167,9 @@ protocol kernel pk_myas_out { if (source = RTS_STATIC) then { accept; } -{% if uvok_bird_opts.use_fallback %} - if (proto = "myas_def_fallb") then { - accept; - } -{% endif %} reject; }; }; }; include "/etc/bird/clear_peers/*.conf"; -{% if uvok_bird_opts.use_fallback %} -include "clear_fallback.conf"; -{% endif %} |