Re: [ovs-dev] DHCP responder in OVN

2015-10-13 Thread Numan Siddique
On 10/13/2015 10:16 PM, Ben Pfaff wrote: On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote: Me and Numan are working to bring up the DHCP responder in OVN. We explored towards setting up flow entries to respond to DHCP discover and DHCP request messages. We end up learning that Open

Re: [ovs-dev] DHCP responder in OVN

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote: > Me and Numan are working to bring up the DHCP responder in OVN. We explored > towards setting up flow entries to respond to DHCP discover and DHCP request > messages. We end up learning that Openflow does not have provision to do > t

[ovs-dev] DHCP responder in OVN

2015-10-13 Thread Babu Shanmugam
Hi, Me and Numan are working to bring up the DHCP responder in OVN. We explored towards setting up flow entries to respond to DHCP discover and DHCP request messages. We end up learning that Openflow does not have provision to do that. Looks like, the only way to do that is through packet-in. F