summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/ip_options.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/ip_options.nft')
-rw-r--r--tests/shell/features/ip_options.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/features/ip_options.nft b/tests/shell/features/ip_options.nft
new file mode 100644
index 00000000..0b8cb09c
--- /dev/null
+++ b/tests/shell/features/ip_options.nft
@@ -0,0 +1,8 @@
+# dbb5281a1f84 ("netfilter: nf_tables: add support for matching IPv4 options")
+# v5.3-rc1~140^2~153^2~1
+
+table ip x {
+ chain y {
+ ip option ra value 255
+ }
+}