[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9654009f-5ea8-433e-a4ba-28602f8bb61a@kernel.org>
Date: Wed, 28 Aug 2024 15:22:10 -0700
From: David Ahern <dsahern@...nel.org>
To: Justin Iurman <justin.iurman@...ege.be>,
Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next v2 1/2] ip: lwtunnel: tunsrc support
On 8/27/24 1:41 AM, Justin Iurman wrote:
> On 8/26/24 17:59, Stephen Hemminger wrote:
>> 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.
>
> Ack, thanks! I can submit -v3 now to include the change though. WDYT?
sure. send an update now. I most likely will not have time to update the
headers and commit until this weekend.
Powered by blists - more mailing lists