Merge commit 'origin/trunk@12184' into fedora
[iptables.git] / trunk / extensions / libip6t_hl.man
diff --git a/trunk/extensions/libip6t_hl.man b/trunk/extensions/libip6t_hl.man
new file mode 100644 (file)
index 0000000..c8c7cd7
--- /dev/null
@@ -0,0 +1,10 @@
+This module matches the Hop Limit field in the IPv6 header.
+.TP
+[\fB!\fP] \fB--hl-eq\fP \fIvalue\fP
+Matches if Hop Limit equals \fIvalue\fP.
+.TP
+.BI "--hl-lt " "value"
+Matches if Hop Limit is less than \fIvalue\fP.
+.TP
+.BI "--hl-gt " "value"
+Matches if Hop Limit is greater than \fIvalue\fP.