[ovs-dev] [PATCH ovn 08/12] ovn-l7: Move ipv6_addr_is_routable_multicast() into new .c file.

2020-11-03 Thread Ben Pfaff
This makes it possible for the upcoming ovn-northd-ddlog program to call into it from Rust. Signed-off-by: Ben Pfaff --- lib/automake.mk | 1 + lib/ovn-l7.c| 39 +++ lib/ovn-l7.h| 19 +-- 3 files changed, 41 insertions(+), 18 deletions

Re: [ovs-dev] [PATCH ovn 08/12] ovn-l7: Move ipv6_addr_is_routable_multicast() into new .c file.

2020-11-04 Thread Numan Siddique
On Wed, Nov 4, 2020 at 12:34 PM Ben Pfaff wrote: > > This makes it possible for the upcoming ovn-northd-ddlog program to call > into it from Rust. > > Signed-off-by: Ben Pfaff Acked-by: Numan Siddique Thanks Numan > --- > lib/automake.mk | 1 + > lib/ovn-l7.c| 39 ++

Re: [ovs-dev] [PATCH ovn 08/12] ovn-l7: Move ipv6_addr_is_routable_multicast() into new .c file.

2020-11-04 Thread Ben Pfaff
On Wed, Nov 04, 2020 at 03:40:57PM +0530, Numan Siddique wrote: > On Wed, Nov 4, 2020 at 12:34 PM Ben Pfaff wrote: > > > > This makes it possible for the upcoming ovn-northd-ddlog program to call > > into it from Rust. > > > > Signed-off-by: Ben Pfaff > > > Acked-by: Numan Siddique Thanks, I