[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168150301879.15322.7106905942925387097.git-patchwork-notify@kernel.org>
Date: Fri, 14 Apr 2023 20:10:18 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, uablrek@...il.com
Subject: Re: [PATCH] iproute_lwtunnel: fix JSON output
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@...workplumber.org>:
On Fri, 14 Apr 2023 12:48:41 -0700 you wrote:
> The same tag "dst" was being used for both the route destination
> and the encap destination. This made it hard for JSON parsers.
> Change to put the per-encap information under a nested JSON
> object (similar to ip link type info).
>
> Original output
> [ {
> "dst": "192.168.11.0/24",
> "encap": "ip6",
> "id": 0,
> "src": "::",
> "dst": "fd00::c0a8:2dd",
> "hoplimit": 0,
> "tc": 0,
> "protocol": "5",
> "scope": "link",
> "flags": [ ]
> } ]
>
> [...]
Here is the summary with links:
- iproute_lwtunnel: fix JSON output
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=0f32ef97babc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists