Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-24 Thread Xiao Liang
On Mon, May 23, 2016 at 9:31 PM, Flavio Leitner wrote: > On Sat, May 14, 2016 at 10:11:32PM +0800, Xiao Liang wrote: >> On Fri, May 13, 2016 at 1:16 AM, Flavio Leitner wrote: >> > On Wed, May 11, 2016 at 10:13:48AM +0800, Xiao Liang wrote: >> >> On Wed, May 11, 2016 at 4:31 AM, Flavio Leitner wr

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-23 Thread Flavio Leitner
On Sat, May 14, 2016 at 10:11:32PM +0800, Xiao Liang wrote: > On Fri, May 13, 2016 at 1:16 AM, Flavio Leitner wrote: > > On Wed, May 11, 2016 at 10:13:48AM +0800, Xiao Liang wrote: > >> On Wed, May 11, 2016 at 4:31 AM, Flavio Leitner wrote: > >> > On Tue, May 10, 2016 at 10:31:19AM +0800, Xiao Li

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-14 Thread Xiao Liang
On Fri, May 13, 2016 at 1:16 AM, Flavio Leitner wrote: > On Wed, May 11, 2016 at 10:13:48AM +0800, Xiao Liang wrote: >> On Wed, May 11, 2016 at 4:31 AM, Flavio Leitner wrote: >> > On Tue, May 10, 2016 at 10:31:19AM +0800, Xiao Liang wrote: >> >> On Tue, May 10, 2016 at 4:28 AM, Flavio Leitner wr

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-12 Thread Flavio Leitner
On Wed, May 11, 2016 at 10:13:48AM +0800, Xiao Liang wrote: > On Wed, May 11, 2016 at 4:31 AM, Flavio Leitner wrote: > > On Tue, May 10, 2016 at 10:31:19AM +0800, Xiao Liang wrote: > >> On Tue, May 10, 2016 at 4:28 AM, Flavio Leitner wrote: > >> > On Sat, Apr 23, 2016 at 01:26:17PM +0800, Xiao Li

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-10 Thread Xiao Liang
On Wed, May 11, 2016 at 4:31 AM, Flavio Leitner wrote: > On Tue, May 10, 2016 at 10:31:19AM +0800, Xiao Liang wrote: >> On Tue, May 10, 2016 at 4:28 AM, Flavio Leitner wrote: >> > On Sat, Apr 23, 2016 at 01:26:17PM +0800, Xiao Liang wrote: >> >> Add new column "ofname" in Interface table to confi

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-10 Thread Flavio Leitner
On Tue, May 10, 2016 at 10:31:19AM +0800, Xiao Liang wrote: > On Tue, May 10, 2016 at 4:28 AM, Flavio Leitner wrote: > > On Sat, Apr 23, 2016 at 01:26:17PM +0800, Xiao Liang wrote: > >> Add new column "ofname" in Interface table to configure port name reported > >> to controllers with OpenFlow pro

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-09 Thread Xiao Liang
On Tue, May 10, 2016 at 4:28 AM, Flavio Leitner wrote: > On Sat, Apr 23, 2016 at 01:26:17PM +0800, Xiao Liang wrote: >> Add new column "ofname" in Interface table to configure port name reported >> to controllers with OpenFlow protocol, thus decouple OpenFlow port name from >> device name. >> >> F

Re: [ovs-dev] [PATCH v3] Add configurable OpenFlow port name.

2016-05-09 Thread Flavio Leitner
On Sat, Apr 23, 2016 at 01:26:17PM +0800, Xiao Liang wrote: > Add new column "ofname" in Interface table to configure port name reported > to controllers with OpenFlow protocol, thus decouple OpenFlow port name from > device name. > > For example: > # ovs-vsctl set Interface eth0 ofname=wan >