From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v8 2/2] examples/ipsec-secgw: add sample configuration files Date: Fri, 23 Sep 2016 08:53:00 +0100 Message-ID: References: <1471862953-8951-1-git-send-email-roy.fan.zhang@intel.com> <1474459519-134894-1-git-send-email-roy.fan.zhang@intel.com> <1474459519-134894-3-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Fan Zhang , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 33CF36936 for ; Fri, 23 Sep 2016 09:53:12 +0200 (CEST) In-Reply-To: <1474459519-134894-3-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 21/09/2016 13:05, Fan Zhang wrote: > This patch adds two sample configuration files to ipsec-secgw sample > application. The sample configuration files shows how to setup > back-to-back systems that would forward traffic through an IPsec > tunnel. > > Signed-off-by: Fan Zhang > --- > examples/ipsec-secgw/ep0.cfg | 160 +++++++++++++++++++++++++++++++++++++++++++ > examples/ipsec-secgw/ep1.cfg | 160 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 320 insertions(+) > create mode 100644 examples/ipsec-secgw/ep0.cfg > create mode 100644 examples/ipsec-secgw/ep1.cfg > Acked-by: Sergio Gonzalez Monroy