From 5b7d55bafeb306f95b3a16b28c7d00bf79635aab Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Sep 2023 12:28:24 +0200 Subject: tests/shell: skip test cases involving osf match if kernel lacks support Signed-off-by: Florian Westphal Signed-off-by: Thomas Haller --- tests/shell/features/osf.nft | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/shell/features/osf.nft (limited to 'tests/shell/features/osf.nft') diff --git a/tests/shell/features/osf.nft b/tests/shell/features/osf.nft new file mode 100644 index 00000000..dbb6b4c3 --- /dev/null +++ b/tests/shell/features/osf.nft @@ -0,0 +1,7 @@ +# b96af92d6eaf ("netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf") +# v4.19-rc1~140^2~135^2~15 +table t { + chain c { + osf name "Linux" + } +} -- cgit v1.2.3