Root/package/network/utils/iproute2/patches/100-allow_pfifo_fast.patch

1---
2 tc/q_fifo.c | 1 +
3 1 file changed, 1 insertion(+)
4
5--- a/tc/q_fifo.c
6+++ b/tc/q_fifo.c
7@@ -98,5 +98,6 @@ struct qdisc_util pfifo_head_drop_qdisc_
8 extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
9 struct qdisc_util pfifo_fast_qdisc_util = {
10     .id = "pfifo_fast",
11+ .parse_qopt = fifo_parse_opt,
12     .print_qopt = prio_print_opt,
13 };
14

Archive Download this file



interactive