From 902aa734d6cfdee49a443d6adbb67cb0480d6dd2 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 23 Jun 2024 12:41:33 +0200 Subject: bird: Get rid of fallback use push rather than pull --- roles/uvok_bird/templates/clearnet.conf.j2 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'roles/uvok_bird/templates/clearnet.conf.j2') 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 %} -- cgit v1.2.3