From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 4/6] raw: add new command list-ipsec-connections Date: Thu, 03 Aug 2017 12:51:25 +0200 Message-ID: <1501757487-5782-4-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="===============5968445996037938142==" List-Id: --===============5968445996037938142== 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 9b74c88..7c56496 100644 --- a/src/network +++ b/src/network @@ -1298,6 +1298,9 @@ cli_raw() { list-hooks) hook_list $@ ;; + list-ipsec-connections) + ipsec_list_connections + ;; list-ports) port_list ;; -- 2.6.3 --===============5968445996037938142==--