On Fri, May 31, 2019 at 02:08:16PM +0000, Rostyslav Fridman via dev wrote:
> 'passthrough' expects source network in 'logical_ip' column and destination 
> network in 'external_ip' column.
> For the traffic that goes from source to destination 'passthrough' disables 
> NAT by adding a priority-100 flow with a match of 'ip && ip4.src == A && 
> ip4.dst == B' and an action of 'next;'.
> 
> Signed-off-by: Rostyslav Fridman 
> [email protected]<mailto:[email protected]>
> 
> I have created a PR with this patch at 
> https://github.com/openvswitch/ovs/pull/285

This explains the semantics but not why they're useful.  Why would one
use a passthrough nat_type?
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to