mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
update bgp as-path command (#2032)
This commit is contained in:
parent
16e23ec856
commit
c657592fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ ipv6 prefix-list {{ prefixlist.name }} seq {{ prefixlist.seqnumber }} {{ prefixl
|
|||
{% if helpers.exists('OPNsense.quagga.bgp.aspaths.aspath') %}
|
||||
{% for aspath in helpers.sortDictList(OPNsense.quagga.bgp.aspaths.aspath, 'number' ) %}
|
||||
{% if aspath.enabled == '1' %}
|
||||
ip as-path access-list {{ aspath.number }} {{ aspath.action }} {{ aspath.as }}
|
||||
bgp as-path access-list {{ aspath.number }} {{ aspath.action }} {{ aspath.as }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue