]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net_sched-reject-unknown-tcfa_action-values'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2018 05:10:59 +0000 (22:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2018 05:10:59 +0000 (22:10 -0700)
commitd50262c4b0faa21e288f5e93c4ade55b8531d6e9
tree5a119bc799c2a00a0b215f958f945b917297f001
parentfcc917707441219c5d3e58ba4adcf7bae15d40e7
parent66386054c17ebc404a3e8a9376493f495ea696c5
Merge branch 'net_sched-reject-unknown-tcfa_action-values'

Paolo Abeni says:

====================
net_sched: reject unknown tcfa_action values

As agreed some time ago, this changeset reject unknown tcfa_action values,
instead of changing such values under the hood.

A tdc test is included to verify the new behavior.

v1 -> v2:
 - helper is now static and renamed according to act_* convention
 - updated extack message, according to the new behavior
====================

Reviewed-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>