summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/uvok_bird/defaults/main.yml1
-rw-r--r--roles/uvok_bird/templates/clearnet.conf.j28
2 files changed, 0 insertions, 9 deletions
diff --git a/roles/uvok_bird/defaults/main.yml b/roles/uvok_bird/defaults/main.yml
index 232f0ef..4934326 100644
--- a/roles/uvok_bird/defaults/main.yml
+++ b/roles/uvok_bird/defaults/main.yml
@@ -4,7 +4,6 @@ uvok_bird_opts:
config_dir: "/tmp/bird/"
clearnet: false
dn42: false
- use_fallback: false
preferred_ip: "::1"
clear_prefixes: []
babel_if_names: []
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 %}