Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
netdev->ifindex, netdev->link);
ret = netdev_deconf[netdev->type](handler, netdev);
+ if (ret < 0)
+ WARN("Failed to deconfigure interface with index %d and initial name \"%s\"",
+ netdev->ifindex, netdev->link);
goto clear_ifindices;
}
}
ret = netdev_deconf[netdev->type](handler, netdev);
+ if (ret < 0)
+ WARN("Failed to deconfigure interface with index %d and initial name \"%s\"",
+ netdev->ifindex, netdev->link);
goto clear_ifindices;
}