iptables-1.3.2-20050720
[iptables.git] / extensions / libip6t_hl.man
diff --git a/extensions/libip6t_hl.man b/extensions/libip6t_hl.man
new file mode 100644 (file)
index 0000000..9fcb730
--- /dev/null
@@ -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.