[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240826085914.445c3510@hermes.local>
Date: Mon, 26 Aug 2024 08:59:14 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Justin Iurman <justin.iurman@...ege.be>
Cc: netdev@...r.kernel.org, dsahern@...nel.org
Subject: Re: [PATCH iproute2-next v2 1/2] ip: lwtunnel: tunsrc support
On Mon, 26 Aug 2024 15:52:28 +0200
Justin Iurman <justin.iurman@...ege.be> wrote:
> - if (mode != IOAM6_IPTUNNEL_MODE_INLINE)
> + if (mode != IOAM6_IPTUNNEL_MODE_INLINE) {
> + if (tb[IOAM6_IPTUNNEL_SRC]) {
> + print_string(PRINT_ANY, "tunsrc", "tunsrc %s ",
> + rt_addr_n2a_rta(AF_INET6,
> + tb[IOAM6_IPTUNNEL_SRC]));
> + }
> +
> print_string(PRINT_ANY, "tundst", "tundst %s ",
> rt_addr_n2a_rta(AF_INET6, tb[IOAM6_IPTUNNEL_DST]));
> + }
Looks good.
These strings should be printed with
print_color_string(PRINT_ANY, COLOR_INET6, ...
but that is not urgent. Just to follow convention.
Powered by blists - more mailing lists