Re: [ovs-dev] [PATCH v3 ovn 2/4] ovn-northd: Move NAT ARP/ND resolution to separate functions.

2020-09-22 Thread Numan Siddique
On Mon, Sep 21, 2020 at 12:23 PM Han Zhou wrote: > On Thu, Sep 17, 2020 at 5:51 AM Dumitru Ceara wrote: > > > > To avoid duplicating code later on, move out the code that generates > ARP/ND > > replies for NAT external IPs to separate functions. > > > > Signed-off-by: Dumitru Ceara > > --- > >

Re: [ovs-dev] [PATCH v3 ovn 2/4] ovn-northd: Move NAT ARP/ND resolution to separate functions.

2020-09-21 Thread Han Zhou
On Thu, Sep 17, 2020 at 5:51 AM Dumitru Ceara wrote: > > To avoid duplicating code later on, move out the code that generates ARP/ND > replies for NAT external IPs to separate functions. > > Signed-off-by: Dumitru Ceara > --- > northd/ovn-northd.c | 172

[ovs-dev] [PATCH v3 ovn 2/4] ovn-northd: Move NAT ARP/ND resolution to separate functions.

2020-09-17 Thread Dumitru Ceara
To avoid duplicating code later on, move out the code that generates ARP/ND replies for NAT external IPs to separate functions. Signed-off-by: Dumitru Ceara --- northd/ovn-northd.c | 172 --- 1 file changed, 94 insertions(+), 78 deletions(-)