Re: [PATCH iproute2/master] tc actions: store and dump correct length of user cookies

2017-09-05 Thread Stephen Hemminger
On Tue, 5 Sep 2017 13:06:24 +0200 Simon Horman wrote: > Correct two errors which cancel each other out: > * Do not send twice the length of the actual provided by the user to the > kernel > * Do not dump half the length of the cookie provided by the kernel > > As

[PATCH iproute2/master] tc actions: store and dump correct length of user cookies

2017-09-05 Thread Simon Horman
Correct two errors which cancel each other out: * Do not send twice the length of the actual provided by the user to the kernel * Do not dump half the length of the cookie provided by the kernel As the cookie is now stored in the kernel at its correct length rather than double the that length