mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-06-29 02:23:08 +00:00
add source ip address support
This commit is contained in:
@ -34,6 +34,9 @@ protocol bgp {{ protocol_bgp.name }} {
|
||||
{% if protocol_bgp.confederation is defined %}
|
||||
confederation {{ protocol_bgp.confederation }};
|
||||
confederation member yes;
|
||||
{% endif %}
|
||||
{% if protocol_bgp.source is defined %}
|
||||
source {{ protocol_bgp.source }};
|
||||
{% endif %}
|
||||
local as {{ protocol_bgp.local_asnum }};
|
||||
neighbor {{ protocol_bgp.remote_addr }} as {{ protocol_bgp.remote_asnum }};
|
||||
|
Reference in New Issue
Block a user