From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 3/6] raw: add new command ipsec-connection-exists Date: Thu, 03 Aug 2017 12:51:24 +0200 Message-ID: <1501757487-5782-3-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="===============7583334223906440178==" List-Id: --===============7583334223906440178== 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 288f4be..9b74c88 100644 --- a/src/network +++ b/src/network @@ -1271,6 +1271,9 @@ cli_raw() { db-dump) db_dump ;; + ipsec-connection-exists) + ipsec_connection_exists $@ + ;; list-devices) device_list ;; -- 2.6.3 --===============7583334223906440178==--