net/frr: add input validation to prefix-lists and route-maps (#1411)

This commit is contained in:
Michael
2019-07-16 07:53:12 +02:00
committed by Franco Fichtner
parent f08218359b
commit 50e7e4ff6d
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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= franz.fabian.94@gmail.com
+1
View File
@@ -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
@@ -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>
@@ -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>