This commit is contained in:
ace
2021-10-25 15:58:10 +03:00
parent daf389804c
commit caf5bd2882
2 changed files with 2 additions and 2 deletions

View File

@ -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;