Re: [ovs-dev] [PATCH ovn 1/7] northd: Count mask length and priority correctly for IPv6 addresses.

2020-10-27 Thread Ben Pfaff
Thanks for the reviews. I applied this series to ovn master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn 1/7] northd: Count mask length and priority correctly for IPv6 addresses.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > Before this commit, the IPv4 calculation was used even for IPv6 > addresses, which was wrong. > > Signed-off-by: Ben Pfaff Acked-by: Numan Siddique Thanks Numan > --- > northd/ovn-northd.c | 7 +-- > 1 file changed, 5 insertions(+),

[ovs-dev] [PATCH ovn 1/7] northd: Count mask length and priority correctly for IPv6 addresses.

2020-10-26 Thread Ben Pfaff
Before this commit, the IPv4 calculation was used even for IPv6 addresses, which was wrong. Signed-off-by: Ben Pfaff --- northd/ovn-northd.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c index 59b7b3d2ee3a..d677f357f5d0