On Tue, Feb 09, 2016 at 01:04:28PM +0000, Pynbiang Hadem wrote: > Dear Ben,I have tried to make the changes to openvswitch to introduce the > set_field action for MPLS TTL field as below: > sudo ovs-ofctl -O OpenFlow13 add-flow s1 > "table=0,in_port=1,eth_type=0x800,actions=push_mpls:0x8847,set_field:100->mpls_label,set_field:60->mpls_ttl,output:2"mininet@mininet-vm:~$ > sudo ovs-ofctl -O OpenFlow13 dump-flows s1OFPST_FLOW reply (OF1.3) (xid=0x2): > I have made the changes to the following files:/lib/flow.h, lib/meta-flow.c, > lib/match.c, /lib/meta-flow.h and lib/ofp-actions.c > > However the flow is not getting installed using ovs-ofctl add-flow. Please > help. i'm using openvswitch 2.4
It sounds lik you made some changes to OVS and they didn't work. I suggest debugging. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev