On 06/10/14 at 04:47pm, Jesse Gross wrote:
> diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
> index 33423ad..57d40e3 100644
> --- a/include/linux/openvswitch.h
> +++ b/include/linux/openvswitch.h
> @@ -340,6 +340,7 @@ enum ovs_tunnel_key_attr {
> OVS_TUNNEL_KEY_ATTR_TTL, /* u8 Tunnel IP TTL. */
> OVS_TUNNEL_KEY_ATTR_DONT_FRAGMENT, /* No argument, set DF. */
> OVS_TUNNEL_KEY_ATTR_CSUM, /* No argument. CSUM packet. */
> + OVS_TUNNEL_KEY_ATTR_OAM, /* No argument, OAM frame. */
> __OVS_TUNNEL_KEY_ATTR_MAX
> };
Depending on how long you want to keep this out of tree, it might be
wise to push the above bits upstream as a placeholder to reserve the
bit.
LGTM otherwise
Acked-by: Thomas Graf <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev