OSDN Git Service

openvswitch: Do not send notification if ovs_vport_set_options() failed
authorAnsis Atteka <aatteka@nicira.com>
Mon, 9 Apr 2012 19:12:12 +0000 (12:12 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 9 Apr 2012 19:18:08 +0000 (12:18 -0700)
commit03fbf8b38792448370343f240131d9fde19d0387
tree941d651fc1b5beeff618dfe68e141c0b5bdee19b
parentc55177e3e1e8a89d9d810d95ac18cb104865322c
openvswitch: 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.

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