On Wed, Jul 27, 2016 at 12:08 AM, Ben Pfaff <b...@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 <nusid...@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.
Also I have pushed it into my github branch here - https://github.com/numansiddique/ovs/tree/ovn_dhcp Thanks for the review. Numan > Thanks, > > Ben. > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev