Skip to content

Commit

Permalink
net/frr: sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 23, 2019
1 parent 6256786 commit be9028c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/frr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.11
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr6 ruby
PLUGIN_MAINTAINER= [email protected]
Expand Down
1 change: 1 addition & 0 deletions net/frr/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Plugin Changelog
1.11

* Add route-map support to redistribution in OSPF
* Only allow custom set of characters in BGP prefix-lists and route-maps

1.10

Expand Down
4 changes: 4 additions & 0 deletions net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<name type="TextField">
<default></default>
<Required>Y</Required>
<mask>/^[a-zA-Z0-9._-]{1,64}$/</mask>
<ValidationMessage>The name should only contain alphanumeric characters, dashes, underscores or a dot.</ValidationMessage>
</name>
<version type="OptionField">
<default>IPv4</default>
Expand Down Expand Up @@ -193,6 +195,8 @@
<name type="TextField">
<default></default>
<Required>Y</Required>
<mask>/^[a-zA-Z0-9._-]{1,64}$/</mask>
<ValidationMessage>The name should only contain alphanumeric characters, dashes, underscores or a dot.</ValidationMessage>
</name>
<action type="OptionField">
<default></default>
Expand Down

0 comments on commit be9028c

Please sign in to comment.