Re: [ovs-discuss] Setting MPLS label while adding a flow

2014-02-07 Thread Madhusudhan Kandadai
I came to know that, the packets are not flowing from in_port to output after I push a flow with MPLS label. I tried using OVS2.0. The exact problem is, the packets are not coming at the output from in_port. Am I doing wrong with this? I would appreciate if you can shed some light on this regar

Re: [ovs-discuss] Setting MPLS label while adding a flow

2014-02-07 Thread Vasu Dasari
Madhusudan, You can get some pointers from http://horms.org/pleb_blossom/permalink/2013/2013-10-16T10_00_55.shtml for MPLS related code. -Vasu On Thu, Feb 6, 2014 at 7:54 PM, Madhusudhan Kandadai < madhusudhan.opendayli...@yahoo.com> wrote: > I came to know that, the packets are not flowing fr

Re: [ovs-discuss] Setting MPLS label while adding a flow

2014-02-06 Thread Vasu Dasari
I have been using >= 2.0 for quite sometime. Not sure in which baseline, the feature is introduced or where the regression could be in (if there is one). -Vasu On Thu, Feb 6, 2014 at 5:04 PM, Madhusudhan Kandadai < madhusudhan.opendayli...@yahoo.com> wrote: > Thanks Vasu. It worked when I progr

Re: [ovs-discuss] Setting MPLS label while adding a flow

2014-02-06 Thread Madhusudhan Kandadai
Thanks Vasu. It worked when I program the flows from OpenDaylight to OVS2.0 and I could see the flows as well in the switch. But,when I try to replicate the same thing from OpenDaylight to OVS1.12 and I am not able to see the flows in the switch. Have you seen this issue before?    Thanks, Mad

Re: [ovs-discuss] Setting MPLS label while adding a flow

2014-02-06 Thread Vasu Dasari
Can you try this? sudo ovs-ofctl add-flow br0 \ in_port=13,dl_dst=00:00:00:00:00:13,dl_type=0x800,nw_dst= 11.1.1.0/24,dl_vlan=201,actions=push_mpls:0x8847,set_field:100-\ >mpls_label,mod_vlan_vid:20,mod_dl_src:00:00:00:00:00:14,mod_dl_dst:00:00:00:00:00:04,output:14 On Wed, Feb 5, 2014 at 7:

[ovs-discuss] Setting MPLS label while adding a flow

2014-02-06 Thread Madhusudhan Kandadai
Hello, I am not sure whether this question has resolved. If you think this is the repeated question, I appreciate if you can point me to the right person. I actually trying to add a flow for MPLS (Push MPLS type and set MPLS label) sudo ovs-ofctl add-flow s2 in_port=1,dl_type=0x0800,dl_src=22: