Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-21 Thread Mark Michelson
Thanks! On 09/21/2018 02:38 PM, Ben Pfaff wrote: OK, done. On Fri, Sep 21, 2018 at 02:30:44PM -0400, Mark Michelson wrote: Hi Ben, Sorry for this, but it looks like the OpenStack team wants this in 2.9 as well. If the patch is low-risk enough, is it OK to move there as well? Thanks On

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-21 Thread Ben Pfaff
OK, done. On Fri, Sep 21, 2018 at 02:30:44PM -0400, Mark Michelson wrote: > Hi Ben, > > Sorry for this, but it looks like the OpenStack team wants this in 2.9 as > well. If the patch is low-risk enough, is it OK to move there as well? > > Thanks > > On 09/18/2018 12:09 AM, Ben Pfaff wrote: >

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-21 Thread Mark Michelson
Hi Ben, Sorry for this, but it looks like the OpenStack team wants this in 2.9 as well. If the patch is low-risk enough, is it OK to move there as well? Thanks On 09/18/2018 12:09 AM, Ben Pfaff wrote: Looks low risk, applies and builds cleanly, so I applied it to branch-2.10. On Mon, Sep

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-17 Thread Ben Pfaff
Looks low risk, applies and builds cleanly, so I applied it to branch-2.10. On Mon, Sep 17, 2018 at 04:01:17PM -0400, Mark Michelson wrote: > Hi folks, > > Any chance that this could be a candidate for a 2.10 backport? > > On 08/20/2018 04:14 PM, Mark Michelson wrote: > >This adds DHCP support

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-17 Thread Mark Michelson
Hi folks, Any chance that this could be a candidate for a 2.10 backport? On 08/20/2018 04:14 PM, Mark Michelson wrote: This adds DHCP support for web proxy auto detection. Signed-off-by: Mark Michelson --- ovn/lib/ovn-l7.h| 2 ++ ovn/northd/ovn-northd.c | 3 ++- ovn/ovn-nb.xml

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-08-21 Thread Ben Pfaff
On Tue, Aug 21, 2018 at 02:57:28PM +0530, Numan Siddique wrote: > On Tue, Aug 21, 2018 at 1:44 AM Mark Michelson wrote: > > > This adds DHCP support for web proxy auto detection. > > > > Signed-off-by: Mark Michelson > > > > Acked-by: Numan Siddique Thanks Mark and Numan. I applied this to

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-08-21 Thread Numan Siddique
On Tue, Aug 21, 2018 at 1:44 AM Mark Michelson wrote: > This adds DHCP support for web proxy auto detection. > > Signed-off-by: Mark Michelson > Acked-by: Numan Siddique > --- > ovn/lib/ovn-l7.h| 2 ++ > ovn/northd/ovn-northd.c | 3 ++- > ovn/ovn-nb.xml | 8 >

[ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-08-20 Thread Mark Michelson
This adds DHCP support for web proxy auto detection. Signed-off-by: Mark Michelson --- ovn/lib/ovn-l7.h| 2 ++ ovn/northd/ovn-northd.c | 3 ++- ovn/ovn-nb.xml | 8 tests/ovn.at| 6 +++--- tests/test-ovn.c| 1 + 5 files changed, 16 insertions(+), 4