From dcb8b01c5d078d09b24531566115431f312970f2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 20 May 2025 09:44:41 +0100 Subject: snmp: T7464: fix the community string validation regex for compatibility with PCRE2 --- interface-definitions/service_snmp.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface-definitions/service_snmp.xml.in b/interface-definitions/service_snmp.xml.in index cc21f5b8b..bdc9f88fe 100644 --- a/interface-definitions/service_snmp.xml.in +++ b/interface-definitions/service_snmp.xml.in @@ -13,7 +13,7 @@ Community name - [[:alnum:]-_!@*#]{1,100} + [[:alnum:]\-_!@*#]{1,100} Community string is limited to alphanumerical characters, -, _, !, @, *, and # with a total lenght of 100 -- cgit v1.2.3