From: Greg Kroah-Hartman Date: Thu, 9 Apr 2020 14:19:06 +0000 (+0200) Subject: fix up queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch X-Git-Tag: v4.4.219~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c61180f073df693ed1f9b3d436ad484a26531322;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch --- diff --git a/queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch b/queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch index eb85af1fa6c..b47526a04fd 100644 --- a/queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch +++ b/queue-4.19/mlxsw-spectrum_flower-do-not-stop-at-flow_action_vlan_mangle.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman - action, vid, - proto, prio, extack); + err = mlxsw_sp_acl_rulei_act_vlan(mlxsw_sp, rulei, -+ act->id, vid, ++ action, vid, + proto, prio, extack); + if (err) + return err;