Re: [ovs-discuss] cannot pop mpls label :

2014-01-24 Thread Mounir Azizi
Hi, I changed to Simon Horman's branch : devel/mpls-ben-of1.3-v3 And I got same error # ovs-ofctl -O OpenFlow13 add-flow S2 "in_port=2,actions=pop_mpls:0x0800,output=1"ovs-ofctl: none of the usable flow formats (OpenFlow10,NXM) is among the allowed flow formats (OXM-OpenFlow13) But I was able t

Re: [ovs-discuss] cannot pop mpls label :

2014-01-21 Thread Nataliia Trifonova
Hi, Not sure if I can help, but anyways: I tried the Simon Horman's development version 2.50 and I got different error: root@debian:~# ovs-ofctl -O OpenFlow13 add-flow ovsbr0 "in_port=2,dl_type=0x8847,mpls_label=20,actions=pop_mpls:0x0800,output=1" ovs-ofctl: actions are invalid with specified

Re: [ovs-discuss] cannot pop mpls label :

2014-01-19 Thread Mounir Azizi
Any idea guys ? On Fri, Jan 17, 2014 at 12:44 PM, Mounir Azizi wrote: > Hi, > I'm using openvswitch 2.1.90 for a simple MPLS scenario : > > h1 --- S1S3S2--- h2 > > I'm setting OpenFlow13 to all switches : > # ovs-vsctl set Bridge Si protocols=OpenFlow13 > > - setting S1 to do push mpls l

[ovs-discuss] cannot pop mpls label :

2014-01-17 Thread Mounir Azizi
Hi, I'm using openvswitch 2.1.90 for a simple MPLS scenario : h1 --- S1S3S2--- h2 I'm setting OpenFlow13 to all switches : # ovs-vsctl set Bridge Si protocols=OpenFlow13 - setting S1 to do push mpls label action : # ovs-ofctl -O OpenFlow13 add-flow S1 "in_port=1,actions=push_mpls=0x8847