From 2eb3145aa4f917b642441530715a7421189dac70 Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 26 Jun 2018 12:44:41 -0700 Subject: T716: allow only alphanumerical chars, underscore and hyphen T717: limited to 100 chars in total --- interface-definitions/snmp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/snmp.xml b/interface-definitions/snmp.xml index 76885a02a..103aa39d7 100644 --- a/interface-definitions/snmp.xml +++ b/interface-definitions/snmp.xml @@ -13,9 +13,9 @@ Community name [REQUIRED] - ^[^%]+$ + ^[a-zA-Z0-9\-_]{1,100} - Community string may not contain '%' + Community string is limited to alphanumerical characters only with a total lenght of 100 -- cgit v1.2.3