Re: [ovs-discuss] openvswitch-2.11.0 single MPLS_POP

2019-03-21 Thread Gregory Rose
On 3/21/2019 4:34 AM, Thomas Crowley wrote: Ben,   Thank you for your response.  I did some more digging and simplified what I am doing.  I can get it working fine with ovs 2.6.0 but with 2.11.0 I still get the error  "2019-03-21T12:00:50.563Z|00076|odp_util(handler49)|ERR|invalid Ethertype

Re: [ovs-discuss] openvswitch-2.11.0 single MPLS_POP

2019-03-15 Thread Ben Pfaff
You should not need to match on both labels to pop a single label. If you use ofproto/trace for this packet (see ovs-vswitchd(8)), what does it say? On Tue, Mar 12, 2019 at 08:34:38AM -0400, Thomas Crowley wrote: > I am attempting to pop the outer MPLS label on a packet that has two MPLS >

[ovs-discuss] openvswitch-2.11.0 single MPLS_POP

2019-03-12 Thread Thomas Crowley
I am attempting to pop the outer MPLS label on a packet that has two MPLS labels and send the result to a patch port that then sends the packet back to the same bridge. I am using a combination of ONOS and scapy(see bottom of email for script) to do my test. I do not get the packet back to my