Stephen Hemminger <[email protected]> writes: > On Wed, 3 Jul 2019 19:05:31 -0400 > Roman Mashak <[email protected]> wrote: > >> + if (tb[TCA_SKBEDIT_MASK]) { >> + print_uint(PRINT_ANY, "mask", "/0x%x", >> + rta_getattr_u32(tb[TCA_SKBEDIT_MASK])); > > Why not print in hex with. > > print_hex(PRINT_ANY, "mask", "/%#x", > rta_getattr_u32(tb[TCA_SKBEDIT_MASK]));
Sure, I will send v2.
