[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aa7040c0cdb233fbb55fbe34673406a0c7356c74.camel@sipsolutions.net>
Date: Fri, 05 Apr 2019 17:31:58 +0200
From: Johannes Berg <johannes@...solutions.net>
To: nicolas.dichtel@...nd.com, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
David Ahern <dsa@...ulusnetworks.com>
Subject: Re: [PATCH 4/6] netlink: add strict parsing for future attributes
On Fri, 2019-04-05 at 17:22 +0200, Nicolas Dichtel wrote:
> Le 04/04/2019 à 08:54, Johannes Berg a écrit :
> [snip]
> > As we didn't want to add another argument to all functions that get a
> > netlink policy, the workaround is to encode that boundary in the first
> > entry of the policy array (which is for type 0 and thus probably not
> > really valid anyway). I put it into the validation union for the rare
> > possibility that somebody is actually using attribute 0, which would
> > continue to work fine unless they tried to use the extended validation,
> > which isn't likely. We also didn't find any in-tree users with type 0.
>
> OVS_TUNNEL_KEY_ATTR_ID seems to be one if I'm not wrong.
Indeed, good find.
I guess I'll change the commit message, but all it really means is that
OVS can't use any validation function etc. for OVS_TUNNEL_KEY_ATTR_ID,
which seems like a reasonable trade-off.
johannes
Powered by blists - more mailing lists