X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=8ccb8da2bee67f3e7e3e424a7da533714bc4a0cb;hb=4f6b99348189f728a734aaf3b551410ee8b07f0c;hp=957243ff0a8aa11de8ed32ac51b6b338e3ca0bdc;hpb=202a4b176e939574b643651dceef22097ce23780;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 957243ff0..8ccb8da2b 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1343,14 +1343,7 @@ static int iface_set_netdev_config(const struct ovsrec_interface *iface_cfg, struct netdev *netdev) { - int error; - - error = netdev_set_config(netdev, &iface_cfg->options); - if (error) { - VLOG_WARN("could not configure network device %s (%s)", - iface_cfg->name, ovs_strerror(error)); - } - return error; + return netdev_set_config(netdev, &iface_cfg->options); } /* This function determines whether 'ofproto_port', which is attached to