Re: [vpp-dev] vpp19.08 ipsec vpp_papi

2019-12-10 Thread Terry
ay, November 24, 2019 4:31 PM To: Terry Cc: vpp-dev Subject: Re: [vpp-dev] vpp19.08 ipsec vpp_papi That output is not random. It is the hex of your string. 2b7e -> 32 62 37 65 On Sun, Nov 24, 2019 at 8:06 AM Terry wrote: Dear VPP experts, I'm trying to configure ipsec w

Re: [vpp-dev] vpp19.08 ipsec vpp_papi

2019-11-25 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
From: vpp-dev@lists.fd.io On Behalf Of Paul Vinciguerra Sent: Sunday, November 24, 2019 4:31 PM To: Terry Cc: vpp-dev Subject: Re: [vpp-dev] vpp19.08 ipsec vpp_papi That output is not random. It is the hex of your string. 2b7e -> 32 62 37 65 On Sun, Nov 24, 2019 at 8:06 AM Terry ma

Re: [vpp-dev] vpp19.08 ipsec vpp_papi

2019-11-24 Thread Paul Vinciguerra
That output is not random. It is the hex of your string. 2b7e -> *32 62 37 65* On Sun, Nov 24, 2019 at 8:06 AM Terry wrote: > Dear VPP experts, > > I'm trying to configure ipsec with python API in vpp19.08. > My configurations are as follows: > > reply = vpp.api.ipsec_tunnel_if_add_del(is_a

[vpp-dev] vpp19.08 ipsec vpp_papi

2019-11-24 Thread Terry
Dear VPP experts, I'm trying to configure ipsec with python API in vpp19.08. My configurations are as follows: reply = vpp.api.ipsec_tunnel_if_add_del(is_add = 1, local_ip = "192.168.1.1", remote_ip = "192.168.2.2", local_spi = 1031, remote_spi = 1030,