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 17:19:39 +0000 (10:19 -0700)
commit53509ad55c16816d7a88a5695853555c7ef3572e
tree091bd29553fe444fc6f5bd079214517747076f91
parente385ef551a09abcba77810bcea0eb3ca559c09a3
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

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