mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: add input validation to prefix-lists and route-maps (#1411)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user