From 3f91033927d80748b70e1ef58b2941643d1aca33 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 30 Oct 2022 12:50:36 +0100 Subject: snmp: T4785: allow @, * and # in SNMP community name --- interface-definitions/snmp.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index 91c2715a0..7ec60b2e7 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -13,9 +13,9 @@ Community name - [a-zA-Z0-9\-_!]{1,100} + [a-zA-Z0-9\-_!@*#]{1,100} - Community string is limited to alphanumerical characters only with a total lenght of 100 + Community string is limited to alphanumerical characters, !, @, * and # with a total lenght of 100 -- cgit v1.2.3