summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates
diff options
context:
space:
mode:
authoruvok cheetah2024-07-06 15:40:37 +0200
committeruvok cheetah2024-07-06 15:40:37 +0200
commit4d456f69701c772fd899e752f2372b1c049ed4f0 (patch)
tree3d5381a52831ab1da7ae2f96bae3eb08cb0a9863 /roles/uvok_bird/templates
parentd32136a486a12680c5795a41e4250acfc81155d6 (diff)
bird: Add strict bind
Diffstat (limited to 'roles/uvok_bird/templates')
-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;