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([])