]> git.ipfire.org Git - thirdparty/linux.git/commit - net/openvswitch/datapath.c
openvswitch: Use correct reply values in datapath and vport ops
authorYifeng Sun <pkusunyifeng@gmail.com>
Wed, 26 Sep 2018 18:40:14 +0000 (11:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Sep 2018 18:44:11 +0000 (11:44 -0700)
commit804fe108fc92e591ddfe9447e7fb4691ed16daee
tree32dda97ddea80994235de1f66171c0d8c7d71f96
parent80ece6a03aaf3f3215475826bdd2bb9f326bccfd
openvswitch: Use correct reply values in datapath and vport ops

This patch fixes the bug that all datapath and vport ops are returning
wrong values (OVS_FLOW_CMD_NEW or OVS_DP_CMD_NEW) in their replies.

Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c