Re: [ovs-dev] [PATCH ovn v9 2/2] northd: Use distributed_nat instead of only distributed

2023-04-19 Thread Dumitru Ceara
On 4/12/23 07:56, Ales Musil wrote: > Use "distributed_nat" instead of just "distributed" in > functions generating router NAT logical flows to avoid > confusion. > > Signed-off-by: Ales Musil > --- Applied to the main branch, thanks! ___ dev mailing

[ovs-dev] [PATCH ovn v9 2/2] northd: Use distributed_nat instead of only distributed

2023-04-11 Thread Ales Musil
Use "distributed_nat" instead of just "distributed" in functions generating router NAT logical flows to avoid confusion. Signed-off-by: Ales Musil --- northd/northd.c | 99 + 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/northd/no