ovs-lib: Try to call exit before killing.
authorIlya Maximets <i.maximets@samsung.com>
Wed, 16 Dec 2015 12:32:21 +0000 (15:32 +0300)
committerBen Pfaff <blp@ovn.org>
Tue, 26 Jan 2016 16:09:15 +0000 (08:09 -0800)
commit5b5868191c8792726fc3237dfff84dcbbf3da6ae
treef12bd9d50e804b327eaa5944e478196fa83edc44
parent23121bb7ea78d7beeef5c183f8359244711695f9
ovs-lib: Try to call exit before killing.

While killing OVS may not free all allocated resources.

Example:
Socket for vhost-user port will stay in a system
after 'systemctl stop openvswitch' and opening
that port after restart will fail.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
utilities/ovs-lib.in