mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-06-29 02:23:08 +00:00
fix
This commit is contained in:
@ -39,6 +39,7 @@ protocol bgp {{ protocol_bgp.name }} {
|
||||
neighbor {{ protocol_bgp.remote_addr }} as {{ protocol_bgp.remote_asnum }};
|
||||
hold time 30;
|
||||
ipv4 {
|
||||
import none;
|
||||
export filter {
|
||||
{% for proto in protocol_bgp.export %}
|
||||
if proto = "{{ proto }}" then accept;
|
||||
|
Reference in New Issue
Block a user