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:
>> >> >
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:
>
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
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,
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
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
>
"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
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
>
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