summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/osf.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/osf.nft')
-rw-r--r--tests/shell/features/osf.nft7
1 files changed, 7 insertions, 0 deletions
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"
+ }
+}