From 30888e2e4c4f7f7ddcee4ed911e232f6ca166559 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 21 Sep 2018 15:44:44 +0200 Subject: [PATCH] hotplug: Continue running through script for ipsec devices Signed-off-by: Michael Tremer --- src/udev/network-hotplug | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/udev/network-hotplug b/src/udev/network-hotplug index 9054069f..2a0cfc2c 100644 --- a/src/udev/network-hotplug +++ b/src/udev/network-hotplug @@ -62,10 +62,6 @@ case "${SUBSYSTEM}" in elif device_is_loopback ${INTERFACE}; then exit ${EXIT_OK} - # Stop processing rules for IPsec devices - elif device_is_ipsec ${INTERFACE}; then - exit ${EXIT_OK} - # Stop processing rules for wireless monitoring devices elif device_is_wireless_monitor ${INTERFACE}; then exit ${EXIT_OK} -- 2.47.3