diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-06-21 10:24:55 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-06-21 10:24:55 +0000 |
commit | 2057bd9666cbcc09e7abc92e260ba20907f6a299 (patch) | |
tree | e0bbe49e68ba86be325ee23c5879a7611df87c9f /src/ipcpd/shim-eth-llc | |
parent | 22020246ac2b6f03f42dffb48ced19e43b3e9b77 (diff) | |
parent | 806629e64e8231d0c57a80d3b6584094cd6c89bd (diff) | |
download | ouroboros-2057bd9666cbcc09e7abc92e260ba20907f6a299.tar.gz ouroboros-2057bd9666cbcc09e7abc92e260ba20907f6a299.zip |
Merged in sandervrijders/ouroboros/be-qos (pull request #517)
lib, ipcpd, irmd: Add full-fledged QoS
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; } |