From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 5/6] raw: add command new list-vpn-security-policies-all Date: Thu, 03 Aug 2017 12:51:26 +0200 Message-ID: <1501757487-5782-5-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1501757487-5782-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2553845850204558309==" List-Id: --===============2553845850204558309== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Jonatan Schlag --- src/network | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/network b/src/network index 7c56496..4e84471 100644 --- a/src/network +++ b/src/network @@ -1307,6 +1307,9 @@ cli_raw() { list-ports-of-zone) zone_get_ports $@ ;; + list-vpn-security-policies-all) + vpn_security_policies_list_all + ;; list-settings) network_settings_list ;; -- 2.6.3 --===============2553845850204558309==--