Tested-By: Ramu Ramamurthy <[email protected]> against the corresponding (rebased) openstack patch: https://review.openstack.org/#/c/243174/ Hence, Acked-By: Ramu Ramamurthy <[email protected]>
On Sun, Jul 3, 2016 at 8:54 PM, Numan Siddique <[email protected]> wrote: > OVN implements a native DHCPv4 support which caters to the common > use case of providing an IP address to a booting instance by > providing stateless replies to DHCPv4 requests based on statically > configured address mappings. To do this it allows a short list of > DHCPv4 options to be configured and applied at each compute host > running ovn-controller. > > A new table 'DHCP_Options' is added in OVN NB DB to store the DHCP > options. Logical ports refer to this table to configure the DHCPv4 > options. > > For each logical port configured with DHCPv4 Options following flows > are added > - A logical flow which copies the DHCPv4 options to the DHCPv4 > request packets using the 'put_dhcp_opts' action and advances the > packet to the next stage. > > - A logical flow which implements the DHCP reponder by sending > the DHCPv4 reply back to the inport once the 'put_dhcp_opts' action > is applied. > > Signed-off-by: Numan Siddique <[email protected]> > Co-authored-by: Ben Pfaff <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]> > --- _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
