summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates/clearnet.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/uvok_bird/templates/clearnet.conf.j2')
-rw-r--r--roles/uvok_bird/templates/clearnet.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2
index 87ae8d8..6962f72 100644
--- a/roles/uvok_bird/templates/clearnet.conf.j2
+++ b/roles/uvok_bird/templates/clearnet.conf.j2
@@ -43,6 +43,9 @@ protocol direct {
template bgp pt_clearnet {
local as CLEARNET_ASN;
+{% if uvok_bird_opts.strict_bind %}
+ strict bind on;
+{%- endif %}
graceful restart on;
long lived graceful restart on;