diff options
Diffstat (limited to 'src/ipcpd/shim-eth-llc')
| -rw-r--r-- | src/ipcpd/shim-eth-llc/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c index 971eeb49..99d46a1d 100644 --- a/src/ipcpd/shim-eth-llc/main.c +++ b/src/ipcpd/shim-eth-llc/main.c @@ -979,7 +979,7 @@ static int eth_llc_ipcp_flow_alloc(int             fd,          assert(hash); -        if (cube != QOS_CUBE_BE && cube != QOS_CUBE_FRC) { +        if (cube != QOS_CUBE_BE) {                  log_dbg("Unsupported QoS requested.");                  return -1;          } | 
