Re: [dpdk-dev] [PATCH v3 3/4] examples/ipsec-secgw: add UDP encapsulation support

2021-04-08 Thread Ananyev, Konstantin
> Adding lookaside IPsec UDP encapsulation support > for NAT traversal. > Application has to add udp-encap option to sa config file > to enable UDP encapsulation on the SA. > > Signed-off-by: Tejasree Kondoj > --- Acked-by: Konstantin Ananyev > 2.27.0

[dpdk-dev] [PATCH v3 3/4] examples/ipsec-secgw: add UDP encapsulation support

2021-04-08 Thread Tejasree Kondoj
Adding lookaside IPsec UDP encapsulation support for NAT traversal. Application has to add udp-encap option to sa config file to enable UDP encapsulation on the SA. Signed-off-by: Tejasree Kondoj --- doc/guides/rel_notes/release_21_05.rst | 5 +++ doc/guides/sample_app_ug/ipsec_secgw.rst | 15