bird: add rr client/cluster id option

pull/106/head
jeltz 6 months ago
parent 261ccfeb5c
commit 5c8358ec95
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

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

Loading…
Cancel
Save