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

Ben Pfaff blp at ovn.org
Tue Jul 26 18:32:52 UTC 2016


On Tue, Jul 26, 2016 at 11:32:04AM -0700, Ben Pfaff wrote:
> On Tue, Jul 19, 2016 at 12:37:46AM +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>
> 
> This has lots of patch rejects, so I'd appreciate a rebase.

Oh I see there is a v2, let me look at that.



More information about the dev mailing list