Re: [PATCH iproute2 v2 1/2] tc: added mask parameter in skbedit action

2019-07-09 Thread Stephen Hemminger
On Mon, 8 Jul 2019 12:06:17 -0400 Roman Mashak wrote: > Add 32-bit missing mask attribute in iproute2/tc, which has been long > supported by the kernel side. > > v2: print value in hex with print_hex() as suggested by Stephen Hemminger. > > Signed-off-by: Roman Mashak Both patches applied

[PATCH iproute2 v2 1/2] tc: added mask parameter in skbedit action

2019-07-08 Thread Roman Mashak
Add 32-bit missing mask attribute in iproute2/tc, which has been long supported by the kernel side. v2: print value in hex with print_hex() as suggested by Stephen Hemminger. Signed-off-by: Roman Mashak --- tc/m_skbedit.c | 30 ++ 1 file changed, 26 insertions(+), 4