[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251104190756.3a69dc2b@kernel.org>
Date: Tue, 4 Nov 2025 19:07:56 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Asbjørn Sloth Tønnesen
<ast@...erby.net>
Cc: "Jason A. Donenfeld" <Jason@...c4.com>, "David S. Miller"
<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni
<pabeni@...hat.com>, Donald Hunter <donald.hunter@...il.com>, Simon Horman
<horms@...nel.org>, Jacob Keller <jacob.e.keller@...el.com>, Andrew Lunn
<andrew+netdev@...n.ch>, wireguard@...ts.zx2c4.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v2 04/11] netlink: specs: add specification for
wireguard
On Fri, 31 Oct 2025 16:05:30 +0000 Asbjørn Sloth Tønnesen wrote:
> + name: flags
> + doc: |
> + ``0`` or ``WGDEVICE_F_REPLACE_PEERS`` if all current peers
> + should be removed prior to adding the list below.
> + type: u32
> + enum: wgdevice-flags
> + checks:
> + flags-mask: wgdevice-flags
The checks: should not be necessary if the enum is specified and it is
itself of type: flags.
Powered by blists - more mailing lists