[ovs-dev] [PATCH 4/7] tunnel: Add support for matching on OAM packets.

Jesse Gross jesse at nicira.com
Wed Jun 11 18:10:39 UTC 2014


On Wed, Jun 11, 2014 at 3:00 AM, Thomas Graf <tgraf at suug.ch> wrote:
> 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.

I don't plan to keep this out of tree (I don't really want to add new
out-of-tree only stuff). My guess is that the review and Andy's
UDP/VXLAN refactoring will wrap up at about the same time and then the
whole batch can go upstream.



More information about the dev mailing list