[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zh2F_U5E9f3TSK35@Antony2201.local>
Date: Mon, 15 Apr 2024 21:54:37 +0200
From: Antony Antony <antony@...nome.org>
To: nicolas.dichtel@...nd.com
Cc: antony.antony@...unet.com,
Steffen Klassert <steffen.klassert@...unet.com>,
Herbert Xu <herbert@...dor.apana.org.au>, netdev@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
devel@...ux-ipsec.org, Leon Romanovsky <leon@...nel.org>,
Eyal Birger <eyal.birger@...il.com>,
Sabrina Dubroca <sd@...asysnail.net>
Subject: Re: [PATCH ipsec-next v10 3/3] xfrm: Add dir validation to "in" data
path lookup
On Fri, Apr 12, 2024 at 03:54:51PM +0200, Nicolas Dichtel via Devel wrote:
> Le 11/04/2024 à 11:42, Antony Antony a écrit :
> > grep -vw 0 /proc/net/xfrm_stat
> > XfrmInDirError 3
> >
> > Signed-off-by: Antony Antony <antony.antony@...unet.com>
> > ---
> > include/uapi/linux/snmp.h | 1 +
> > net/ipv6/xfrm6_input.c | 7 +++++++
> > net/xfrm/xfrm_input.c | 11 +++++++++++
> > net/xfrm/xfrm_proc.c | 1 +
> > 4 files changed, 20 insertions(+)
> >
> > diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
> > index 00e179c382c0..da5714e9a311 100644
> > --- a/include/uapi/linux/snmp.h
> > +++ b/include/uapi/linux/snmp.h
> > @@ -338,6 +338,7 @@ enum
> > LINUX_MIB_XFRMOUTSTATEINVALID, /* XfrmOutStateInvalid */
> > LINUX_MIB_XFRMACQUIREERROR, /* XfrmAcquireError */
> > LINUX_MIB_XFRMOUTDIRERROR, /* XfrmOutDirError */
> > + LINUX_MIB_XFRMINDIRERROR, /* XfrmInDirError */
> Same here:
> LINUX_MIB_XFRMINSTATEDIRERROR / XfrmInStateDirError
yes thanks.
Powered by blists - more mailing lists