From ab62cb4abddd6de3ad6116d97aa363c9e664f552 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Mon, 21 Oct 2024 18:25:28 +0200 Subject: bird: Log state changes --- roles/uvok_bird/templates/clearnet.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles') diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2 index 06fdb30..bfb6eb2 100644 --- a/roles/uvok_bird/templates/clearnet.conf.j2 +++ b/roles/uvok_bird/templates/clearnet.conf.j2 @@ -51,6 +51,7 @@ protocol direct { }; template bgp pt_clearnet { + debug { states }; local as CLEARNET_ASN; {% if uvok_bird_opts.strict_bind %} strict bind on; -- cgit v1.2.3