Re: [vpp-dev] IPsec interface handling in FIB

2017-05-24 Thread Neale Ranns (nranns)
Hi Matt, Glad to hear it. And thank you for the patch. Regards, neale -Original Message- From: Matthew Smith Date: Wednesday, 24 May 2017 at 22:24 To: "Neale Ranns (nranns)" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] IPsec interface handling in FI

Re: [vpp-dev] IPsec interface handling in FIB

2017-05-24 Thread Matthew Smith
FACE_CLASS_FLAG_P2P, > }; > > similar config for IPSEC would be required. > > Thanks, > neale > > -Original Message- > From: on behalf of Matthew Smith > > Date: Saturday, 20 May 2017 at 01:36 > To: "vpp-dev@lists.fd.io" > Subject: [vp

Re: [vpp-dev] IPsec interface handling in FIB

2017-05-20 Thread Neale Ranns (nranns)
update_adj, .flags = VNET_HW_INTERFACE_CLASS_FLAG_P2P, }; similar config for IPSEC would be required. Thanks, neale -Original Message- From: on behalf of Matthew Smith Date: Saturday, 20 May 2017 at 01:36 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] IPsec interface handling

[vpp-dev] IPsec interface handling in FIB

2017-05-19 Thread Matthew Smith
Hi, In the course of testing IPsec interfaces in VPP, I managed to make VPP crash on a SEGV by setting an IP address on an established IPsec tunnel interface and then trying to send packets through the tunnel to the IPsec peer by pinging an address in the same subnet as that address. I.e. I se