datapath: Do not send notification if ovs_vport_set_options() failed
authorAnsis Atteka <aatteka@nicira.com>
Sat, 7 Apr 2012 00:35:12 +0000 (17:35 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Tue, 10 Apr 2012 18:36:45 +0000 (11:36 -0700)
commita3edfc39a77445f18c69347dc51f8e7c722fa6e5
treeee7cbaa2024a9f4721c95fd7ceac7b802f6260c8
parent2eb053125001b1d663e3e3692af9450648eff9b6
datapath: Do not send notification if ovs_vport_set_options() failed

There is no need to send a notification if ovs_vport_set_options() failed
and ovs_vport_cmd_set() did not change anything.

Issue#10285

Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
datapath/datapath.c