net: sched: add termination action to allow goto chain
Introduce new type of termination action called "goto_chain". This allows user to specify a chain to be processed. This action type is then processed as a return value in tcf_classify loop in similar way as "reclassify" is, only it does not reset to the first filter in chain but rather reset to the first filter of the desired chain. Signed-off-by:Jiri Pirko <jiri@mellanox.com> Acked-by:
Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit c53075ea
-
mentioned in commit 11a94d7f
-
mentioned in commit 6ac86ca3
-
mentioned in commit 1e45d043
-
mentioned in commit d6124d6b
-
mentioned in commit ec7727bb
-
mentioned in commit ff9721d3
-
mentioned in commit e8c87c64
-
mentioned in commit 4b006b0c
-
mentioned in commit 7c3d825d
-
mentioned in commit e5fdabac
-
mentioned in commit 7e0c8892
Please register or sign in to comment