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:
Ad Schellevis
2022-04-29 10:54:36 +02:00
committed by GitHub
parent fd4fc038e1
commit 85f40b884a
@@ -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("") != "" %}