[ovs-dev] [PATCH v2 2/2 ovn] NAT: Northd and parser changes to support port

2020-06-13 Thread Ankur Sharma
From: Ankur Sharma From: Ankur Sharma This patch has following changes: a. Northd changes to put port range hash in the logical flow based on configuration. b. Changes to parse the logical flow, which specifies port_range_hash along with port_range for ct_nat action. Example logical fl

[ovs-dev] [PATCH v2 2/2 ovn] NAT: Northd and parser changes to support port range

2020-04-01 Thread Ankur Sharma
This patch has northd changes to put port range in the logical flow based on configuration. Port range is NOT applicable for stateless dnat_and_snat rules. Changes to parse the logical flow, which specifies port_range for ct_nat action. Example logical flow: ct_snat(10.15.24.135,1-3) Signed