On Wed, Oct 30, 2019 at 11:56 AM Numan Siddique <[email protected]> wrote:
> On Wed, Oct 30, 2019 at 8:25 PM Russell Bryant <[email protected]> wrote: > > > > v1 -> v2: > > - Address checkpatch warnings about line length > > - Fix a sparse error in ovn-nbctl > > - Add lflow docs in ovn-northd.8.xml > > > > [PATCH ovn v2 1/6] northd: Fix table ID for IPv6 router ingress. > > [PATCH ovn v2 2/6] actions: Add IPv6 support to lflow NAT actions > > [PATCH ovn v2 3/6] ovn-nbctl: Allow IPv6 NAT rules to be added > > [PATCH ovn v2 4/6] northd: Add lflows for IPv6 NAT. > > [PATCH ovn v2 5/6] system-ovn: Add IPv6 NAT test cases > > [PATCH ovn v2 6/6] NEWS: Add IPv6 NAT support > > Thanks for addressing the comments in v2. > > Acked-by: Numan Siddique <[email protected]> for the whole series. > Thanks for the fast reviews! I pushed this series to master. > > Numan > > > > > NEWS | 6 > > include/ovn/actions.h | 6 > > lib/actions.c | 35 + > > northd/ovn-northd.8.xml | 233 +++++++----- > > northd/ovn-northd.c | 386 +++++++++++++++------ > > tests/ovn-nbctl.at | 41 +- > > tests/ovn.at | 18 - > > tests/system-ovn.at | 862 > +++++++++++++++++++++++++++++++++++++++++++++++- > > utilities/ovn-nbctl.c | 49 ++ > > utilities/ovn-trace.c | 15 > > 10 files changed, 1408 insertions(+), 243 deletions(-) > > > > -- > > Russell Bryant > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > -- Russell Bryant _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
