From 5c8358ec95d61fbfb4fb1e8a47f5355eded2d8ad Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sat, 4 Nov 2023 21:43:32 +0100 Subject: [PATCH] bird: add rr client/cluster id option --- roles/bird/templates/bird.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index 92360b3..c10128b 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -92,6 +92,10 @@ protocol bgp {{ name | bird_name(ipv4) }} { neighbor {{ bgp.neighbor.address | ansible.utils.ipaddr(version) | first }} as {{ bgp.neighbor.as }}; +{% if bgp.rr_cluster_client is defined %} + rr client; + rr cluster id {{ bgp.rr_cluster_client }}; +{% endif %} {{ version }} { {{ bgp.import | default([])