Release Notes: https://lwn.net/Articles/923952/ Refresh patches: - 110-darwin_fixes.patch - 115-add-config-xtlibdir.patch - 140-allow_pfifo_fast.patch - 140-keep_libmnl_optional.patch - 145-keep_libelf_optional.patch - 150-keep_libcap_optional.patch - 155-keep_tirpc_optional.patch - 170-ip_tiny.patch - 175-reduce-dynamic-syms.patch - 180-drop_FAILED_POLICY.patch - 190-fix-nls-rpath-link.patch - 195-build_variant_ip_tc.patch - 200-drop_libbsd_dependency.patch - 300-selinux-configurable.patch Remove upstreamed: - 320-configure-Remove-include-sys-stat.h.patch While working on it remove AUTORELEASE. Signed-off-by: Nick Hainke <vincent@systemli.org>
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,
|
|
};
|