summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_HL.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>2006-01-30 08:50:09 +0000
committerHarald Welte <laforge@gnumonks.org>2006-01-30 08:50:09 +0000
commit28e5b79eee634792b81bae754a321543cb29539e (patch)
tree274b92e73d22f89fdb0f91763395e1a1dc51f3ab /extensions/libip6t_HL.man
parent469d18f66896ef509cac5a2ade494ea38e0c86e2 (diff)
major manpage update (Yasuyuki Kozakai)
Diffstat (limited to 'extensions/libip6t_HL.man')
-rw-r--r--extensions/libip6t_HL.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/libip6t_HL.man b/extensions/libip6t_HL.man
index 6b8291d9..bf468810 100644
--- a/extensions/libip6t_HL.man
+++ b/extensions/libip6t_HL.man
@@ -1,17 +1,17 @@
-This is used to modify the IPv6 HOPLIMIT header field. The HOPLIMIT field is
-similar to what is known as TTL value in IPv4. Setting or incrementing the
-HOPLIMIT field can potentially be very dangerous, so it should be avoided at
-any cost.
-.TP
-.B Don't ever set or increment the value on packets that leave your local network!
+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 HOPLIMIT value to `value'.
+Set the Hop Limit to `value'.
.TP
.BI "--hl-dec " "value"
-Decrement the HOPLIMIT value `value' times.
+Decrement the Hop Limit `value' times.
.TP
.BI "--hl-inc " "value"
-Increment the HOPLIMIT value `value' times.
+Increment the Hop Limit `value' times.