commit | 804fe108fc92e591ddfe9447e7fb4691ed16daee | [log] [tgz] |
---|---|---|
author | Yifeng Sun <pkusunyifeng@gmail.com> | Wed Sep 26 11:40:14 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 29 11:44:11 2018 -0700 |
tree | 32dda97ddea80994235de1f66171c0d8c7d71f96 | |
parent | 80ece6a03aaf3f3215475826bdd2bb9f326bccfd [diff] |
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>