Re: [PATCH iproute2 v2] m_mirred: don't bail if the control action is missing

2019-05-22 Thread Stephen Hemminger
On Mon, 20 May 2019 11:56:52 +0200 Paolo Abeni wrote: > The mirred act admits an optional control action, defaulting > to TC_ACT_PIPE. The parsing code currently emits an error message > if the control action is not provided on the command line, even > if the command itself completes with no erro

Re: [PATCH iproute2 v2] m_mirred: don't bail if the control action is missing

2019-05-20 Thread Roman Mashak
On Mon, May 20, 2019 at 5:58 AM Paolo Abeni wrote: > > The mirred act admits an optional control action, defaulting > to TC_ACT_PIPE. The parsing code currently emits an error message > if the control action is not provided on the command line, even > if the command itself completes with no error.