Re: [ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-25 Thread Ben Pfaff
On Thu, Jun 25, 2015 at 09:25:36AM -0400, Russell Bryant wrote: > On 06/24/2015 08:30 PM, Ben Pfaff wrote: > > On Tue, Jun 23, 2015 at 03:18:57PM -0400, Russell Bryant wrote: > >> On 06/23/2015 02:22 PM, Russell Bryant wrote: > >>> While working on OpenStack Neutron integration for OVN, I came acro

Re: [ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-25 Thread Russell Bryant
On 06/24/2015 08:30 PM, Ben Pfaff wrote: > On Tue, Jun 23, 2015 at 03:18:57PM -0400, Russell Bryant wrote: >> On 06/23/2015 02:22 PM, Russell Bryant wrote: >>> While working on OpenStack Neutron integration for OVN, I came across a >>> small >>> feature gap. The Neutron API supports setting a por

Re: [ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-24 Thread Ben Pfaff
On Tue, Jun 23, 2015 at 03:18:57PM -0400, Russell Bryant wrote: > On 06/23/2015 02:22 PM, Russell Bryant wrote: > > While working on OpenStack Neutron integration for OVN, I came across a > > small > > feature gap. The Neutron API supports setting a port as administratively > > down. > > One way

Re: [ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-23 Thread Russell Bryant
On 06/23/2015 02:22 PM, Russell Bryant wrote: > While working on OpenStack Neutron integration for OVN, I came across a small > feature gap. The Neutron API supports setting a port as administratively > down. > One way to implement that would be to delete ports from OVN while > administratively d

[ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-23 Thread Russell Bryant
While working on OpenStack Neutron integration for OVN, I came across a small feature gap. The Neutron API supports setting a port as administratively down. One way to implement that would be to delete ports from OVN while administratively down. However, it seemed to me that it would be nice to k