[ovs-discuss] EPL/EVPL support in OVS?

2015-05-21 Thread Mike Bly
Does anyone have an example configuration that would show how to provide an Ethernet Private Line (EPL) service using and OVS vSwitch? What about EVPL? Each time I add a VLAN to a port trunk list, its associated traffic gets bridged in a separate VLAN/MAC table entry. EPL references: http://en.wik

[ovs-discuss] EPL/EVPL support in OVS?

2015-05-21 Thread Mike Bly
Does anyone have an example configuration that would show how to provide an Ethernet Private Line (EPL) service using and OVS vSwitch? What about EVPL? Each time I add a VLAN to a port trunk list, its associated traffic gets bridged in a separate VLAN/MAC table entry. EPL references: http://en.wik

Re: [ovs-discuss] LLDP support on openvswitch

2015-05-21 Thread Dave DeSimone (ddesimon)
I need to investigate this as I¹m not familiar with OpenFlow. Is this the only option? Thank you. On 5/15/15, 7:34 PM, "Ben Pfaff" wrote: >On Fri, May 15, 2015 at 07:19:51PM +, Dave DeSimone (ddesimon) wrote: >> Thanks for the quick reply! >> >> Ok. How do I get the lldp packets through ovs

[ovs-discuss] Check TCP ack seq

2015-05-21 Thread 劉瑋凱
Dear all, I would like to check tcp ack sequence number. Using a pointer point to ctx->xin->packet->frame,but the ovs crash when i sending TCP frame over about 1Mbps. What's happened? Regards, Liu ___ discuss mailing list discuss@openvswitch.org http://

[ovs-discuss] Tunnels with duplicate configuration

2015-05-21 Thread Keith Holleman
Running OVS 2.3.0 on Ubuntu from a debian package. I am creating two interfaces that are tunnels with duplicate configuration as shown below and noticed that this causes some interesting behavior. Everything appears to work but in reality, only one of the of-ports is able to send traffic. ovs-vsc

[ovs-discuss] OVSDB way to determine if port is NIC?

2015-05-21 Thread alagalah
Is there anyway in OVS 2.3.0 to determine via OVSDB remote manager connection if a given port is a (physical) NIC? I have docker containers linked to my OVS instance, as well as a PHY from the host, and I couldn¹t see anything in the schema to discern them. Any guidance appreciated. ___

Re: [ovs-discuss] For help about ssh between vms through ovs-dkdp

2015-05-21 Thread Daniele Di Proietto
On 21/05/2015 15:48, "Traynor, Kevin" wrote: > >> -Original Message- >> From: Daniele Di Proietto [mailto:diproiet...@vmware.com] >> Sent: Wednesday, May 20, 2015 4:12 PM >> To: Traynor, Kevin >> Cc: ???0280; discuss; ??0310 >> Subject: Re: [ovs-discuss] For help about ssh between vms t

Re: [ovs-discuss] openflow 1.3 flow mod with experimenter match

2015-05-21 Thread David Evans
Thanks Ben! On 5/20/15, 6:43 PM, "Ben Pfaff" wrote: >On Tue, May 19, 2015 at 01:57:57PM -0500, David Evans wrote: >> I¹d like to implement a custom match on my custom ether_type, custom >>layer >> 2.5 value (not VLAN/MPLS etc.) >> I understand that I need to modify at least: >> * match.c with

Re: [ovs-discuss] For help about ssh between vms through ovs-dkdp

2015-05-21 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Wednesday, May 20, 2015 4:12 PM > To: Traynor, Kevin > Cc: ???0280; discuss; ??0310 > Subject: Re: [ovs-discuss] For help about ssh between vms through ovs-dkdp > > > On 20/05/2015 15:21, "Traynor, K