[ovs-discuss] MPLS pop issue

2014-11-03 Thread Pier Luigi Ventre
Hi, I am a researcher at univ. of Rome Tor Vergata, working on SDN. We are developing an open source hybrid ip/sdn node (see http://netgroup.uniroma2.it/OSHI/). We are working on an open source implementation of Segment Routing (SR). We are using Open vswitch (v 2.390) and operating in kernel mod

Re: [ovs-discuss] MPLS Pop issue

2014-06-30 Thread Tim Epkes
discuss@openvswitch.org>" < > discuss@openvswitch.org<mailto:discuss@openvswitch.org>> > Subject: Re: [ovs-discuss] MPLS Pop issue > > did you find anything wrong with my pop statement? Here it is again: > > ovs-ofctl add-flow BR0 "table=0 priority=500 in_port=3 dl_t

Re: [ovs-discuss] MPLS Pop issue

2014-06-28 Thread Tim Epkes
t; > > > From: Tim Epkes > mailto:tim.ep...@gmail.com><mailto:tim.ep...@gmail.com<mailto:tim.ep...@gmail.com>>> > Date: Monday, June 9, 2014 at 4:43 PM > To: > "discuss@openvswitch.org<mailto:discuss@openvswitch.org><mailto:discuss@openvswitch.org<m

Re: [ovs-discuss] MPLS Pop issue

2014-06-23 Thread GEMELOS, STEVEN M (STEVEN M)
o:geme...@research.att.com>> Cc: "discuss@openvswitch.org<mailto:discuss@openvswitch.org>" mailto:discuss@openvswitch.org>> Subject: Re: [ovs-discuss] MPLS Pop issue did you find anything wrong with my pop statement? Here it is again: ovs-ofctl add-flow BR0 "table=

Re: [ovs-discuss] MPLS Pop issue

2014-06-23 Thread Tim Epkes
t; < > discuss@openvswitch.org<mailto:discuss@openvswitch.org>> > Subject: [ovs-discuss] MPLS Pop issue > > I am matching and popping an mpls label, but when I output it to a port it > never shows up on the other side. Here is the flow rule > > cookie=0x0, durat

Re: [ovs-discuss] MPLS Pop issue

2014-06-18 Thread Tim Epkes
: "discuss@openvswitch.org<mailto:discuss@openvswitch.org>" < > discuss@openvswitch.org<mailto:discuss@openvswitch.org>> > Subject: [ovs-discuss] MPLS Pop issue > > I am matching and popping an mpls label, but when I output it to a port it > never shows up

Re: [ovs-discuss] MPLS Pop issue

2014-06-11 Thread GEMELOS, STEVEN M (STEVEN M)
>> Date: Monday, June 9, 2014 at 4:43 PM To: "discuss@openvswitch.org<mailto:discuss@openvswitch.org>" mailto:discuss@openvswitch.org>> Subject: [ovs-discuss] MPLS Pop issue I am matching and popping an mpls label, but when I output it to a port it never shows up on the o

Re: [ovs-discuss] MPLS Pop issue

2014-06-11 Thread Tim Epkes
No takers on this one? On Mon, Jun 9, 2014 at 7:43 PM, Tim Epkes wrote: > I am matching and popping an mpls label, but when I output it to a port it > never shows up on the other side. Here is the flow rule > > cookie=0x0, duration=1121.523s, table=0, n_packets=20, n_bytes=2360, > idle_age=67

[ovs-discuss] MPLS Pop issue

2014-06-09 Thread Tim Epkes
I am matching and popping an mpls label, but when I output it to a port it never shows up on the other side. Here is the flow rule cookie=0x0, duration=1121.523s, table=0, n_packets=20, n_bytes=2360, idle_age=675, priority=500,mpls,in_port=3,mpls_label=100 actions=pop_mpls:0x0800,output:1 As yo