]> git.ipfire.org Git - people/ms/network.git/commitdiff
hotplug: Continue running through script for ipsec devices
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Sep 2018 13:44:44 +0000 (15:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Sep 2018 13:44:44 +0000 (15:44 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/udev/network-hotplug

index 9054069f4085582d1963c536805be8864d412264..2a0cfc2c27e7ff32ea5d3a02440192c8de0bb68a 100644 (file)
@@ -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}