sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow...
[openwrt/svn-archive/archive.git] / package / iproute2 / patches / 100-allow_pfifo_fast.patch
1 --- a/tc/q_fifo.c
2 +++ b/tc/q_fifo.c
3 @@ -94,5 +94,6 @@ struct qdisc_util pfifo_qdisc_util = {
4 extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
5 struct qdisc_util pfifo_fast_qdisc_util = {
6 .id = "pfifo_fast",
7 + .parse_qopt = fifo_parse_opt,
8 .print_qopt = prio_print_opt,
9 };