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

2016-10-21 Thread Xiao Liang
On Fri, Oct 21, 2016 at 1:46 AM, Flavio Leitner wrote: > On Tue, Jun 14, 2016 at 10:53:36AM +0800, Xiao Liang wrote: >> On Mon, Jun 6, 2016 at 9:35 AM, Ben Pfaff wrote: >> > On Sun, Jun 05, 2016 at 12:57:02AM +0800, Xiao Liang wrote: >> >> On Sat, Jun 4, 2016 at 1:15 AM, Ben Pfaff wrote: >> >> >

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

2016-10-20 Thread Flavio Leitner
On Tue, Jun 14, 2016 at 10:53:36AM +0800, Xiao Liang wrote: > On Mon, Jun 6, 2016 at 9:35 AM, Ben Pfaff wrote: > > On Sun, Jun 05, 2016 at 12:57:02AM +0800, Xiao Liang wrote: > >> On Sat, Jun 4, 2016 at 1:15 AM, Ben Pfaff wrote: > >> > On Tue, May 24, 2016 at 03:07:23PM +0800, Xiao Liang wrote: >

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

2016-06-13 Thread Xiao Liang
On Mon, Jun 6, 2016 at 9:35 AM, Ben Pfaff wrote: > On Sun, Jun 05, 2016 at 12:57:02AM +0800, Xiao Liang wrote: >> On Sat, Jun 4, 2016 at 1:15 AM, Ben Pfaff wrote: >> > On Tue, May 24, 2016 at 03:07:23PM +0800, Xiao Liang wrote: >> >> Add new column "ofname" in Interface table to configure port na

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

2016-06-05 Thread Ben Pfaff
On Sun, Jun 05, 2016 at 12:57:02AM +0800, Xiao Liang wrote: > On Sat, Jun 4, 2016 at 1:15 AM, Ben Pfaff wrote: > > On Tue, May 24, 2016 at 03:07:23PM +0800, Xiao Liang wrote: > >> Add new column "ofname" in Interface table to configure port name reported > >> to controllers with OpenFlow protocol,

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

2016-06-04 Thread Xiao Liang
Thanks for your review! On Sat, Jun 4, 2016 at 1:15 AM, Ben Pfaff wrote: > On Tue, May 24, 2016 at 03:07:23PM +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 >> d

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

2016-06-03 Thread Ben Pfaff
On Tue, May 24, 2016 at 03:07:23PM +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 >

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

2016-05-25 Thread Ryan Moats
"dev" wrote on 05/24/2016 02:07:23 AM: > From: Xiao Liang > To: Flavio Leitner , dev@openvswitch.org > Cc: Takashi Yamamoto > Date: 05/24/2016 02:28 AM > Subject: [ovs-dev] [PATCH v4] Add configurable OpenFlow port name. > Sent by: "dev" > > A

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

2016-05-24 Thread Flavio Leitner
On Tue, May 24, 2016 at 03:07:23PM +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 >

[ovs-dev] [PATCH v4] Add configurable OpenFlow port name.

2016-05-24 Thread Xiao Liang
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 # ovs-vsctl set Interface eth1 ofname=lan0 then controllers can recogn