From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 2/4] network: add new raw command list-zone-config-ids Date: Mon, 24 Jul 2017 21:10:03 +0200 Message-ID: <1500923405-17258-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1500923405-17258-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3878696252281092999==" List-Id: --===============3878696252281092999== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This commands make it possible to list all used ids for a zone from the command line. Signed-off-by: Jonatan Schlag --- src/network | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/network b/src/network index 3762be0..59258dd 100644 --- a/src/network +++ b/src/network @@ -1377,6 +1377,9 @@ cli_raw() { list-next-free-zones) zones_get_next_free ;; + list-zone-config-ids) + zone_config_list_ids $@ + ;; zone-name-is-valid) zone_name_is_valid $@ ;; -- 2.6.3 --===============3878696252281092999==--