From: Jakub Kicinski <kuba@kernel.org>
To: "Asbjørn Sloth Tønnesen" <ast@fiberby.net>
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Donald Hunter <donald.hunter@gmail.com>,
Simon Horman <horms@kernel.org>,
Jacob Keller <jacob.e.keller@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
wireguard@lists.zx2c4.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 04/11] netlink: specs: add specification for wireguard
Date: Tue, 4 Nov 2025 19:07:56 -0800 [thread overview]
Message-ID: <20251104190756.3a69dc2b@kernel.org> (raw)
In-Reply-To: <20251031160539.1701943-5-ast@fiberby.net>
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.
next prev parent reply other threads:[~2025-11-05 3:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 16:05 [PATCH net-next v2 00/11] wireguard: netlink: ynl conversion Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 01/11] wireguard: netlink: validate nested arrays in policy Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 02/11] wireguard: netlink: use WG_KEY_LEN in policies Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 03/11] wireguard: netlink: enable strict genetlink validation Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 04/11] netlink: specs: add specification for wireguard Asbjørn Sloth Tønnesen
2025-11-05 3:07 ` Jakub Kicinski [this message]
2025-10-31 16:05 ` [PATCH net-next v2 05/11] uapi: wireguard: move enum wg_cmd Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 06/11] uapi: wireguard: move flag enums Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 07/11] uapi: wireguard: generate header with ynl-gen Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 08/11] tools: ynl: add sample for wireguard Asbjørn Sloth Tønnesen
2025-11-05 3:08 ` Jakub Kicinski
2025-10-31 16:05 ` [PATCH net-next v2 09/11] wireguard: netlink: convert to split ops Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 10/11] wireguard: netlink: rename netlink handlers Asbjørn Sloth Tønnesen
2025-10-31 16:05 ` [PATCH net-next v2 11/11] wireguard: netlink: generate netlink code Asbjørn Sloth Tønnesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251104190756.3a69dc2b@kernel.org \
--to=kuba@kernel.org \
--cc=Jason@zx2c4.com \
--cc=andrew+netdev@lunn.ch \
--cc=ast@fiberby.net \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=wireguard@lists.zx2c4.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).