[FS#1425] iproute2: tc qdisc produces incorrect output

LEDE Bugs lede-bugs at lists.infradead.org
Sat Mar 10 06:27:31 PST 2018


The following task has a new comment added:

FS#1425 - iproute2: tc qdisc produces incorrect output
User who did this - Kevin Darbyshire-Bryant (kdarbyshirebryant)

----------

Looking at what is output by the preprocessor things look ok at the tc/q_cake.c

              void print_color_uint(enum output_type t, enum color_attr color, const char *key, const char *fmt, uint64_t value);
static inline void print_uint      (enum output_type t,                        const char *key, const char *fmt, uint64_t value)
                 { print_color_uint(                 t, COLOR_NONE,                        key,             fmt,          value); };

Need to see how 'print_colour_uint' expands.
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=1425#comment4449



More information about the lede-bugs mailing list