Re: [vpp-dev] Endpoint-Independent Mapping on Determinate NAT

2020-09-30 Thread Milan Lenco
Hi Joshua, This is currently not supported by the deterministic NAT in VPP. Not sure if/when this will be added, so in the meantime you might want to consider customizing the plugin for yourself. Start from snat_det_find_ses_by_in() function where the session entry matching is being done and

Re: [vpp-dev] Endpoint-Independent Mapping on Determinate NAT

2020-09-29 Thread Joshua Moore
Just to clarify, the filtering behavior I’m looking for is often known as “full cone” or “pure cone” NAT. > On Sep 29, 2020, at 6:33 PM, Joshua Moore wrote: > >  > Hello, > > I have a need to relax the session lookup criteria on out2in packet > processing with NAT44 determinate mode. The beh