Re: [ovs-discuss] Push/pop two MPLS labels in OVS

2013-12-12 Thread senthil arumugam
Thanks a lot. +Senthil From: Vasu Dasari To: Senthil Cc: "discuss@openvswitch.org" Sent: Thursday, December 12, 2013 8:38 AM Subject: Re: [ovs-discuss] Push/pop two MPLS labels in OVS You can try this for pushing two MPLS labels: -Vasu

Re: [ovs-discuss] Push/pop two MPLS labels in OVS

2013-12-12 Thread Vasu Dasari
You can try this for pushing two MPLS labels: -Vasu > sudo ovs-ofctl add-flow br0 in_port=1,dl_type=0x0800,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:02,dl_vlan=1,actions=push_mpls:0x8847,set_field:100-\>mpls_label,set_field:200-\>mpls_label,output:2 > sudo ovs-ofctl dump-flows br0 NXST_FLOW

[ovs-discuss] Push/pop two MPLS labels in OVS

2013-12-11 Thread Senthil
Hi I heard that OVS supports upto 2 labels. I have an application that adds flow to push/pop two lables. Have any one tried it? Is so, what is the config command? Thanks =Senthil ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org