From: Michael Tremer Date: Fri, 21 Sep 2018 13:44:44 +0000 (+0200) Subject: hotplug: Continue running through script for ipsec devices X-Git-Tag: 010~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30888e2e4c4f7f7ddcee4ed911e232f6ca166559;p=network.git hotplug: Continue running through script for ipsec devices Signed-off-by: Michael Tremer --- 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}