]> www.infradead.org Git - users/willy/linux.git/commit
netlink: specs: nftables: allow decode of tailscale ruleset
authorDonald Hunter <donald.hunter@gmail.com>
Wed, 4 Sep 2024 09:10:24 +0000 (10:10 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Sep 2024 01:43:56 +0000 (18:43 -0700)
commite10034e38e9da2a644f2aa73f2f46bb7beb8620b
treea10e6625842b4d7bcfc2d7187bd334ab65e5e03a
parent08062af0a52107a243f7608fd972edb54ca5b7f8
netlink: specs: nftables: allow decode of tailscale ruleset

Fill another small gap in the nftables spec so that it is possible to
dump a tailscale ruleset with:

  tools/net/ynl/cli.py --spec \
     Documentation/netlink/specs/nftables.yaml --dump getrule

This adds support for the 'target' expression.

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20240904091024.3138-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/nftables.yaml