From 4e7d1cdf037fbf9ea6e7b49b7eb69511f46aaf6b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Sep 2016 21:11:07 +0200 Subject: [PATCH] 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 --- src/udev/network-hotplug | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udev/network-hotplug b/src/udev/network-hotplug index 87035e0..535fafd 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 ;; -- 2.47.3