[ovs-dev] [ovs-dev, v2, 2/2] ovn-northd: Add logical flows to support DHCPv6

Ben Pfaff blp at ovn.org
Tue Jul 26 19:44:49 UTC 2016


On Wed, Jul 27, 2016 at 01:00:44AM +0530, Numan Siddique wrote:
> On Wed, Jul 27, 2016 at 12:08 AM, Ben Pfaff <blp at ovn.org> wrote:
> 
> > On Wed, Jul 27, 2016 at 12:01:06AM +0530, Numan Siddique wrote:
> > > OVN implements native DHCPv6. DHCPv6 options are stored
> > > in the 'DHCP_Options' NB table and logical ports refer to this
> > > table to configure the DHCPv6 options.
> > >
> > > For each logical port configured with DHCPv6 Options following flows
> > > are added
> > >  - A logical flow which copies the DHCPv6 options to the DHCPv6
> > >    request packets using the 'put_dhcpv6_opts' action and advances the
> > >    packet to the next stage.
> > >
> > >  - A logical flow which implements the DHCPv6 reponder by sending
> > >    the DHCPv6 reply back to the inport once the 'put_dhcpv6_opts' action
> > >    is applied.
> > >
> > > Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
> >
> > I'm still getting lots of patch rejects with v2.  Can you rebase?  Or
> > maybe you could push this somewhere as a branch or a pull request?
> >
> >
> ​Since DHCPv6 patch 2 depends on the ovn northd DHCPv4 patch, I submitted
> another series combining all these into one series to avoid the patch
> rejects.

Oh I didn't realize that--maybe I didn't read carefully enough.

I'll review the combined series.

> Also I have pushed it into my github branch here -
> https://github.com/numansiddique/ovs/tree/ovn_dhcp

Thanks!



More information about the dev mailing list