From 53df1996a817f270f81cc397edeaf2c0e7929721 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 8 Jun 2018 10:51:00 +0200 Subject: ipcpd: Support data QoS cube in UDP shim This will also allow flows with the data QoS cube to be allocated over the UDP shim. Signed-off-by: Sander Vrijders Signed-off-by: Dimitri Staessens --- src/ipcpd/udp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipcpd/udp/main.c b/src/ipcpd/udp/main.c index 2ec4d502..2e59e1a5 100644 --- a/src/ipcpd/udp/main.c +++ b/src/ipcpd/udp/main.c @@ -958,7 +958,7 @@ static int ipcp_udp_flow_alloc(int fd, assert(dst); - if (cube > QOS_CUBE_BE) { + if (cube > QOS_CUBE_DATA) { log_dbg("Unsupported QoS requested."); return -1; } -- cgit v1.2.3