Re: [ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-11 Thread Ramu Ramamurthy
Tested-By: Ramu Ramamurthy against the corresponding (rebased) openstack patch: https://review.openstack.org/#/c/243174/ Hence, Acked-By: Ramu Ramamurthy On Sun, Jul 3, 2016 at 8:54 PM, Numan Siddique wrote: > OVN implements a native DHCPv4 support which caters to the common > use case of prov

Re: [ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-06 Thread Zong Kai Li
On Wed, Jul 6, 2016 at 5:14 PM, Numan Siddique wrote: > > > On Tue, Jul 5, 2016 at 12:04 PM, Zong Kai LI wrote: > >> +/* Logical switch ingress table 10 and 11: DHCP options and response >>> + * priority 100 flows. */ >>> +HMAP_FOR_EACH (op, key_node, ports) { >>> +if (!o

Re: [ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-06 Thread Numan Siddique
On Tue, Jul 5, 2016 at 12:04 PM, Zong Kai LI wrote: > +/* Logical switch ingress table 10 and 11: DHCP options and response >> + * priority 100 flows. */ >> +HMAP_FOR_EACH (op, key_node, ports) { >> +if (!op->nbs) { >> + continue; >> +} >> + >> +i

Re: [ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-04 Thread Zong Kai LI
> > +/* Logical switch ingress table 10 and 11: DHCP options and response > + * priority 100 flows. */ > +HMAP_FOR_EACH (op, key_node, ports) { > +if (!op->nbs) { > + continue; > +} > + > +if (!lsp_is_enabled(op->nbs) || !strcmp(op->nbs->type, "rout

[ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-03 Thread Numan Siddique
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 app