[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171280322836.23404.15227352661794271179.git-patchwork-notify@kernel.org>
Date: Thu, 11 Apr 2024 02:40:28 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Hangbin Liu <liuhangbin@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, donald.hunter@...il.com,
jiri@...nulli.us, jacob.e.keller@...el.com, sdf@...gle.com,
jay.vosburgh@...onical.com
Subject: Re: [PATCH net-next] doc/netlink/specs: Add bond support to rt_link.yaml
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 9 Apr 2024 16:35:04 +0800 you wrote:
> Add bond support to rt_link.yaml. Here is an example output:
>
> $ ./tools/net/ynl/cli.py --spec Documentation/netlink/specs/rt_link.yaml \
> --do getlink --json '{"ifname": "bond0"}' --output-json | jq '.linkinfo'
> {
> "kind": "bond",
> "data": {
> "mode": 4,
> "miimon": 100,
> ...
> "arp-interval": 0,
> "arp-ip-target": [
> "192.168.1.1",
> "192.168.1.2"
> ],
> "arp-validate": 0,
> "arp-all-targets": 0,
> "ns-ip6-target": [
> "2001::1",
> "2001::2"
> ],
> "primary-reselect": 0,
> ...
> "missed-max": 2,
> "ad-info": {
> "aggregator": 1,
> "num-ports": 1,
> "actor-key": 0,
> "partner-key": 1,
> "partner-mac": "00:00:00:00:00:00"
> }
> }
> }
>
> [...]
Here is the summary with links:
- [net-next] doc/netlink/specs: Add bond support to rt_link.yaml
https://git.kernel.org/netdev/net-next/c/4ede457542a6
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