X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=functions.zone;h=1fb31d2a9938de3117eb7470d6d4036c5dd04d47;hb=031708174221d80fd29523e42f759137ec880f48;hp=201444a97d99c567de22519e57909e34a7ba106d;hpb=866de228a4bbbe76e4ec26dfbb5549ea0845eace;p=people%2Fstevee%2Fnetwork.git diff --git a/functions.zone b/functions.zone index 201444a9..1fb31d2a 100644 --- a/functions.zone +++ b/functions.zone @@ -368,7 +368,7 @@ function zones_get_all() { zone_exists ${zone} || continue echo "${zone}" - done | sort + done } function zones_get_local() { @@ -441,7 +441,7 @@ function zone_ports_list() { [ -e "${port}" ] || continue echo $(basename ${port}) - done | sort + done } function zone_ports_cmd() { @@ -483,7 +483,7 @@ function zone_configs_list() { [ -e "${config}" ] || continue echo $(basename ${config}) - done | sort + done } function zone_configs_cmd() {