On Thu, May 17, 2012 at 05:59:09PM +0900, Simon Horman wrote: > This allows the tun_key tp be bassed throughout user-space, > attached to a flow. This is the essence of flow-based tunneling. > > This does not add tun_key or wildcards, other than the existing match for > the tun_id. It is envisaged that most if not all fields of the tun_key > could be wildcarded. > > Cc: Kyle Mestery <kmest...@cisco.com> > Signed-off-by: Simon Horman <ho...@verge.net.au>
This patch looks troublesome for layering reasons. lib/classifier.[ch] and lib/flow.[ch] are in a layer that is supposed to be ofproto-provider agnostic. That is, among other constraints, it should not depend on Linux kernel headers. We may have to come up with a more neutral way to represent the tun_key for general userspace purposes than to use ovs_key_ipv4_tunnel. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev