From: Michael Tremer Date: Fri, 23 Sep 2016 19:11:07 +0000 (+0200) Subject: hotplug: Fall through to hotplug events for new devices X-Git-Tag: 009~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e7d1cdf037fbf9ea6e7b49b7eb69511f46aaf6b;p=network.git hotplug: Fall through to hotplug events for new devices Even if a device is plugged in for the first time, we now fall through to the hotplugging handling Signed-off-by: Michael Tremer --- diff --git a/src/udev/network-hotplug b/src/udev/network-hotplug index 87035e0a..535fafdc 100644 --- a/src/udev/network-hotplug +++ b/src/udev/network-hotplug @@ -92,7 +92,6 @@ case "${SUBSYSTEM}" in # Create a default port for all ethernet devices if ! port_exists "${INTERFACE}"; then port_new "ethernet" "${INTERFACE}" - exit ${EXIT_OK} fi ;;