summaryrefslogtreecommitdiffstats
path: root/Documentation/netlink/specs/nftables.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/netlink/specs/nftables.yaml')
-rw-r--r--Documentation/netlink/specs/nftables.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/nftables.yaml b/Documentation/netlink/specs/nftables.yaml
index 4acf30cf8385..bd938bd01b6b 100644
--- a/Documentation/netlink/specs/nftables.yaml
+++ b/Documentation/netlink/specs/nftables.yaml
@@ -1028,6 +1028,19 @@ attribute-sets:
name: icmp-code
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
attributes:
-
@@ -1114,6 +1127,9 @@ sub-messages:
value: reject
attribute-set: expr-reject-attrs
-
+ value: target
+ attribute-set: expr-target-attrs
+ -
value: tproxy
attribute-set: expr-tproxy-attrs
-