summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hl.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libip6t_hl.man')
-rw-r--r--extensions/libip6t_hl.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/libip6t_hl.man b/extensions/libip6t_hl.man
new file mode 100644
index 00000000..9fcb730d
--- /dev/null
+++ b/extensions/libip6t_hl.man
@@ -0,0 +1,10 @@
+This module matches the HOPLIMIT field in the IPv6 header.
+.TP
+.BI "--hl-eq " "value"
+Matches if HOPLIMIT equals the given value.
+.TP
+.BI "--hl-lt " "ttl"
+Matches if HOPLIMIT is less than the given value.
+.TP
+.BI "--hl-gt " "ttl"
+Matches if HOPLIMIT is greater than the given value.