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>
Mon, 9 Apr 2012 18:01:08 +0000 (11:01 -0700)
commitc59ae2ea5bc31a3620c0b2105f59442013e72ad7
tree289acbee5b7cc1a7a0e10cd6c19df4681b5cb806
parent661b729bde9f6abdc0f746078f4364b26cf74e07
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