[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240519155921.1429f20e@hermes.local>
Date: Sun, 19 May 2024 15:59:21 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Antony Antony <antony.antony@...unet.com>
Cc: David Ahern <dsahern@...il.com>, <netdev@...r.kernel.org>,
<devel@...ux-ipsec.org>, Steffen Klassert <steffen.klassert@...unet.com>,
Eyal Birger <eyal.birger@...il.com>, Nicolas Dichtel
<nicolas.dichtel@...nd.com>, Sabrina Dubroca <sd@...asysnail.net>,
"Christian Hopps" <chopps@...pps.org>
Subject: Re: [PATCH RFC iproute2-next 3/3] xfrm: update ip xfrm state output
for SA with direction attribute
On Sun, 19 May 2024 20:37:45 +0200
Antony Antony <antony.antony@...unet.com> wrote:
> + if (sa_dir == XFRM_SA_DIR_OUT) {
> + /* would the fail occur on OUT??? */
> + fprintf(fp, " failed %u%s", s->integrity_failed, _SL_);
> + } else {
> + fprintf(fp, " replay-window %u replay %u failed %u%s",
> + s->replay_window, s->replay, s->integrity_failed, _SL_);
> + }
Errors should be printed to stderr
Powered by blists - more mailing lists