]> git.ipfire.org Git - people/ms/network.git/commitdiff
zones: Drop unused commands
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Sep 2018 13:43:46 +0000 (15:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Sep 2018 13:43:46 +0000 (15:43 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.zone

index 9a47f67ab1f1d947524e0ef1d6586e65bc1158ad..3483d4e76f312a79f67a956118d7cebd62c13838 100644 (file)
@@ -696,22 +696,6 @@ zone_config_convert_hid_to_id() {
        return ${EXIT_FALSE}
 }
 
-zone_show() {
-       local zone=${1}
-
-       echo "${zone}"
-       echo "  Type: $(zone_get_hook ${zone})"
-       echo
-}
-
-zones_show() {
-       local zone
-
-       for zone in $(zones_get "$@"); do
-               zone_show ${zone}
-       done
-}
-
 zones_get_all() {
        local zone
        for zone in $(list_directory "${NETWORK_ZONES_DIR}"); do