bird: add rr client/cluster id option
This commit is contained in:
parent
261ccfeb5c
commit
5c8358ec95
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ protocol bgp {{ name | bird_name(ipv4) }} {
|
||||||
neighbor {{ bgp.neighbor.address
|
neighbor {{ bgp.neighbor.address
|
||||||
| ansible.utils.ipaddr(version)
|
| ansible.utils.ipaddr(version)
|
||||||
| first }} as {{ bgp.neighbor.as }};
|
| first }} as {{ bgp.neighbor.as }};
|
||||||
|
{% if bgp.rr_cluster_client is defined %}
|
||||||
|
rr client;
|
||||||
|
rr cluster id {{ bgp.rr_cluster_client }};
|
||||||
|
{% endif %}
|
||||||
{{ version }} {
|
{{ version }} {
|
||||||
{{ bgp.import
|
{{ bgp.import
|
||||||
| default([])
|
| default([])
|
||||||
|
|
Loading…
Reference in a new issue