jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
225 stars 57 forks source link

Do not fail teamd_add_ports() when one port is missing #19

Closed wipawel closed 8 years ago

wipawel commented 8 years ago

When multiple ports are specified in the config and one of them is not present (e.g. usb2eth device) during team instance start up time, instead of failing the whole setup, just report failure with a missing port and carry on with the rest.

Signed-off-by: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de