mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: (BGP) according to the FRR documentation and the ui validations, match is optional (https://docs.frrouting.org/en/latest/routemap.html#term-Matching-Conditions). Likely fixes https://github.com/opnsense/plugins/issues/2955 (#2965)
This commit is contained in:
@@ -183,7 +183,7 @@ route-map {{ routemap.name }} {{ routemap.action }} {{ routemap.id }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if routemap.set|default("") != '' and routemap.match|default("") != '' %}
|
||||
{% if routemap.set|default("") != '' %}
|
||||
set {{ routemap.set }}
|
||||
{% endif %}
|
||||
{% if routemap.match2|default("") != "" %}
|
||||
|
||||
Reference in New Issue
Block a user