On Fri, Feb 15, 2013 at 06:55:55PM +0900, Simon Horman wrote: > When encoding MPLS information in ODP flow key data use encap() > for encap for frames. This seems to be in keeping with datapath/README. > > before: eth(...), eth_type(0x8847), mpls(...), encap(ip(...), tcp(...)) > after: eth(...), eth_type(0x8847), mpls(...), ip(...), tcp(...)
I think you got the before and after backward. We also need to update odp_flow_key_from_flow(). Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev