On Thu, Apr 9, 2015 at 12:15 AM, Navneet Singh <[email protected]> wrote: > Hi All, > > I am trying to push multiple mpls labels through openvswitch. I used the > command >> >> ovs-ofctl add-flow br0 >> "in_port=1,action=push_mpls:0x8847,set_field:10->mpls_label,set_field:20->mpls_label,output=2" > > > Command is accepted without error, the flows are matched but I cannot see 2 > labels during test. It only shows mpls label 20. I also tried this command > with -O OpenFlow13 but with same result. I am using OVS 2.3.1. >
Can you try same test on master branch? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
