From 977400d71e81d5d49a9dcd955264b611942fbae1 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 4 Feb 2023 15:56:26 +0100 Subject: qos: xml: T4284: policy-name is alpha-numeric only --- interface-definitions/qos.xml.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in index 8809369ff..757c1f856 100644 --- a/interface-definitions/qos.xml.in +++ b/interface-definitions/qos.xml.in @@ -29,8 +29,12 @@ txt - QoS Policy name + QoS policy to use + + [[:alnum:]][-_[:alnum:]]* + + Only alpha-numeric policy name allowed @@ -51,8 +55,12 @@ txt - QoS Policy name + QoS policy to use + + [[:alnum:]][-_[:alnum:]]* + + Only alpha-numeric policy name allowed -- cgit v1.2.3