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>
This commit is contained in:
Donald Hunter 2024-09-04 10:10:24 +01:00 committed by Jakub Kicinski
parent 08062af0a5
commit e10034e38e

View File

@ -1027,6 +1027,19 @@ attribute-sets:
- -
name: icmp-code name: icmp-code
type: u8 type: u8
-
name: expr-target-attrs
attributes:
-
name: name
type: string
-
name: rev
type: u32
byte-order: big-endian
-
name: info
type: binary
- -
name: expr-tproxy-attrs name: expr-tproxy-attrs
attributes: attributes:
@ -1113,6 +1126,9 @@ sub-messages:
- -
value: reject value: reject
attribute-set: expr-reject-attrs attribute-set: expr-reject-attrs
-
value: target
attribute-set: expr-target-attrs
- -
value: tproxy value: tproxy
attribute-set: expr-tproxy-attrs attribute-set: expr-tproxy-attrs