]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
include: update kernel headers from v6.17.1
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 Oct 2025 08:58:33 +0000 (17:58 +0900)
committerMike Yuan <me@yhndnzj.com>
Sun, 12 Oct 2025 20:17:56 +0000 (22:17 +0200)
src/include/uapi/linux/netfilter/nf_tables.h

index 2beb30be2c5f8e7452cb270daf3a3213abe4c2cf..8e0eb832bc01ec2541eba004a94a3741c538666e 100644 (file)
@@ -1784,10 +1784,12 @@ enum nft_synproxy_attributes {
  * enum nft_device_attributes - nf_tables device netlink attributes
  *
  * @NFTA_DEVICE_NAME: name of this device (NLA_STRING)
+ * @NFTA_DEVICE_PREFIX: device name prefix, a simple wildcard (NLA_STRING)
  */
 enum nft_devices_attributes {
        NFTA_DEVICE_UNSPEC,
        NFTA_DEVICE_NAME,
+       NFTA_DEVICE_PREFIX,
        __NFTA_DEVICE_MAX
 };
 #define NFTA_DEVICE_MAX                (__NFTA_DEVICE_MAX - 1)