Re: [PATCH iproute2 v2] tc: simple: don't hardcode the control action

2019-06-06 Thread Stephen Hemminger
On Wed, 5 Jun 2019 00:30:16 +0200 Davide Caratti wrote: > the following TDC test case: > > b776 - Replace simple action with invalid goto chain control > > checks if the kernel correctly validates the 'goto chain' control action, > when it is specified in 'act_simple' rules. The test systemat

[PATCH iproute2 v2] tc: simple: don't hardcode the control action

2019-06-04 Thread Davide Caratti
the following TDC test case: b776 - Replace simple action with invalid goto chain control checks if the kernel correctly validates the 'goto chain' control action, when it is specified in 'act_simple' rules. The test systematically fails because the control action is hardcoded in parse_simple(),