]> git.ipfire.org Git - people/stevee/network.git/commitdiff
Drop unused function: device_is_ipsec
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2018 17:48:10 +0000 (19:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2018 17:48:10 +0000 (19:48 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.device

index d1f60c436572fee5c48ea825967959631efb3f3c..f5162391d2f29307b737cab37533641f253db20b 100644 (file)
@@ -291,12 +291,6 @@ device_is_dummy() {
        [[ ${device} =~ ^dummy[0-9]+$ ]]
 }
 
-device_is_ipsec() {
-       local device="${1}"
-
-       [[ ${device} =~ ^ipsec\- ]]
-}
-
 # Check if the device is a wireless device
 device_is_wireless() {
        local device=${1}