[ovs-dev] [PATCH v7 1/2] ovn-controller: Add 'put_dhcp_opts' action in ovn-controller

2016-05-20 Thread Numan Siddique
This patch adds a new OVN action 'put_dhcp_opts' to support native DHCP in OVN. ovn-controller parses this action and adds a NXT_PACKET_IN2 OF flow with 'pause' flag set and the DHCP options stored in 'userdata' field. When the valid DHCP packet is received by ovn-controller, it frames a new DHCP

Re: [ovs-dev] [PATCH v7 1/2] ovn-controller: Add 'put_dhcp_opts' action in ovn-controller

2016-05-23 Thread Ramu Ramamurthy
Tested-by: Ramu Ramamurthy I tested this patchset to work end-to-end with openstack (with the corresponding WIP openstack patch). > +/* Check that the DHCP Message Type (opt 53) is present or not with > + * valid values - DHCP_MSG_DISCOVER or DHCP_MSG_REQUEST as the first > + * DHCP

Re: [ovs-dev] [PATCH v7 1/2] ovn-controller: Add 'put_dhcp_opts' action in ovn-controller

2016-05-23 Thread Numan Siddique
On Tue, May 24, 2016 at 12:42 AM, Ramu Ramamurthy wrote: > Tested-by: Ramu Ramamurthy > > I tested this patchset to work end-to-end with openstack (with the > corresponding WIP openstack patch). > > > +/* Check that the DHCP Message Type (opt 53) is present or not with > > + * valid valu