Re: [vpp-dev] vnet ipsec script

2022-03-01 Thread Ray Kinsella
Merci Benoit, Benoit Ganne (bganne) via lists.fd.io writes: > Hi Ray, > > [...] >> create ipip tunnel src 10.0.0.2 dst 10.0.0.1 >> ipsec tunnel protect ipip1 sa-in 30 sa-out 20 > > Looking at https://git.fd.io/vpp/tree/src/scripts/vnet/ipsec_tun_protect I > think you are missing the table id t

Re: [vpp-dev] vnet ipsec script

2022-02-28 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Ray, [...] > create ipip tunnel src 10.0.0.2 dst 10.0.0.1 > ipsec tunnel protect ipip1 sa-in 30 sa-out 20 Looking at https://git.fd.io/vpp/tree/src/scripts/vnet/ipsec_tun_protect I think you are missing the table id to look after encrypt for ipip1, ie you should do: create ipip tunnel src 10