Commit 8e2751c1 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace: rtu_stat: fix output format

Output for the mask parameter was wrong if high bits are zero.
Not exposed by default (mask is 0xffffffff).

But I got

     VID    FID       MASK       DROP    PRIO    PRIO_OVERRIDE
    102    102      0x   7ffff    NO      --         NO

Which now is

    102    102      0x0007ffff    NO      --         NO
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ae852163
Pipeline #539 passed with stage
in 95 minutes and 44 seconds