diff options
author | uvok cheetah | 2024-10-21 18:25:28 +0200 |
---|---|---|
committer | uvok cheetah | 2024-10-21 18:25:28 +0200 |
commit | ab62cb4abddd6de3ad6116d97aa363c9e664f552 (patch) | |
tree | 3c68d33682ca902fa24113ec425df879b66a1892 | |
parent | 5c1a1b64b574f2f73ef396996eb649c6e35793d3 (diff) |
bird: Log state changes
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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; |