diff options
Diffstat (limited to 'tests/shell/features/cgroupsv2.nft')
-rw-r--r-- | tests/shell/features/cgroupsv2.nft | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/cgroupsv2.nft b/tests/shell/features/cgroupsv2.nft new file mode 100644 index 00000000..b6a3869d --- /dev/null +++ b/tests/shell/features/cgroupsv2.nft @@ -0,0 +1,7 @@ +# e0bb96db96f8 ("netfilter: nft_socket: add support for cgroupsv2") +# v5.13-rc1~94^2~35^2~20 +table ip t { + chain c { + socket cgroupv2 level 1 "user.slice" counter + } +} |