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..bf46881
--- /dev/null
@@ -0,0 +1,17 @@
+This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
+is similar to what is known as TTL value in IPv4.  Setting or incrementing the
+Hop Limit field can potentially be very dangerous, so it should be avoided at
+any cost. This target is only valid in
+.B mangle
+table.
+.TP
+.B Don't ever set or increment the value on packets that leave your local network!
+.TP
+.BI "--hl-set " "value"
+Set the Hop Limit to `value'.
+.TP
+.BI "--hl-dec " "value"
+Decrement the Hop Limit `value' times.
+.TP
+.BI "--hl-inc " "value"
+Increment the Hop Limit `value' times.