[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220919170038.23b6d58e@kernel.org>
Date: Mon, 19 Sep 2022 17:00:38 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: netdev@...r.kernel.org, steffen.klassert@...unet.com
Subject: Re: [PATCH ipsec-next 1/7] xfrm: add extack support to
verify_newsa_info
On Wed, 14 Sep 2022 19:04:00 +0200 Sabrina Dubroca wrote:
> case IPPROTO_COMP:
> + if (!attrs[XFRMA_ALG_COMP]) {
> + NL_SET_ERR_MSG(extack, "Missing required attribute for COMP: COMP");
> + goto out;
> + }
Did NL_SET_ERR_ATTR_MISS() make it to the xfrm tree?
Powered by blists - more mailing lists