Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Tue, 6 Aug 2024 13:45:31 +0300 you wrote: > Add netkit support to rt_link.yaml. Only forward(PASS) and > blackhole(DROP) policies are allowed to be set by user-space so I've > added only them to the yaml to avoid confusion. > > Example: > $ ./tools/net/ynl/cli.py \ > --spec Documentation/netlink/specs/rt_link.yaml \ > --do getlink --json '{"ifname": "netkit0"}' --output-json | jq > ... > "linkinfo": { > "kind": "netkit", > "data": { > "primary": 1, > "policy": "blackhole", > "mode": "l2", > "peer-policy": "forward" > } > }, > ... > > [...] Here is the summary with links: - [net-next] doc/netlink/specs: add netkit support to rt_link.yaml https://git.kernel.org/netdev/net-next/c/7d70ed9f9c6a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html