Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
10 lines
232 B
Diff
10 lines
232 B
Diff
--- a/tc/q_fifo.c
|
|
+++ b/tc/q_fifo.c
|
|
@@ -90,5 +90,6 @@ struct qdisc_util pfifo_head_drop_qdisc_
|
|
|
|
struct qdisc_util pfifo_fast_qdisc_util = {
|
|
.id = "pfifo_fast",
|
|
+ .parse_qopt = fifo_parse_opt,
|
|
.print_qopt = prio_print_opt,
|
|
};
|