From 4d456f69701c772fd899e752f2372b1c049ed4f0 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sat, 6 Jul 2024 15:40:37 +0200 Subject: bird: Add strict bind --- roles/uvok_bird/templates/clearnet.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (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 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; -- cgit v1.2.3