aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/utils.c
diff options
context:
space:
mode:
authorDavide Caratti <[email protected]>2018-06-19 15:45:50 +0200
committerDavid S. Miller <[email protected]>2018-06-20 09:03:58 +0900
commitcbf56c29624fa056a0c1c3d177e67aa51a7fd8d6 (patch)
tree7126a4b3da3a1044997a1e258395a71080cc7dd4 /net/netfilter/utils.c
parent0a889b9404c084c6fd145020c939a8f688b3e058 (diff)
net/sched: act_ife: preserve the action control in case of error
in the following script # tc actions add action ife encode allow prio pass index 42 # tc actions replace action ife encode allow tcindex drop index 42 the action control should remain equal to 'pass', if the kernel failed to replace the TC action. Pospone the assignment of the action control, to ensure it is not overwritten in the error path of tcf_ife_init(). Fixes: ef6980b6becb ("introduce IFE action") Signed-off-by: Davide Caratti <[email protected]> Acked-by: Cong Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/netfilter/utils.c')
0 files changed, 0 insertions, 0 deletions