From 77144209e94138b59c262f8d0af4d0f3c01ef0c2 Mon Sep 17 00:00:00 2001 From: Firas Shaari Date: Thu, 26 Dec 2024 11:40:16 -0500 Subject: [PATCH] ucentral-schema: Fix typo qos.json "bandwidth_up", and "bandwidth_down" had typos. The correct attributes are "bandwidth-up", and "bandwidth-down" Signed-off-by: Firas Shaari --- .../ucentral-schema/files/etc/ucentral/examples/qos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json index dc6fd60a5..0c2b8f619 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json @@ -101,8 +101,8 @@ }, "quality-of-service": { "select-ports": [ "WAN" ], - "bandwidth_up": 1000, - "bandwidth_down": 1000, + "bandwidth-up": 1000, + "bandwidth-down": 1000, "bulk-detection": { "dscp": "CS1", "packets-per-second": 500