net/frr: add validator to OSPF prefixlists (#1230)

This commit is contained in:
Michael
2019-03-08 16:29:49 +01:00
committed by Franco Fichtner
parent af11f63962
commit 16c925034f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr5 ruby
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
@@ -198,6 +198,8 @@
<name type="TextField">
<default></default>
<Required>Y</Required>
<mask>/^([0-9a-zA-Z\._\-]){1,64}$/u</mask>
<ValidationMessage>The name should only contain alphanumeric characters, dashes, underscores or a dot.</ValidationMessage>
</name>
<seqnumber type="IntegerField">
<default></default>