~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to extensions/libip6t_HL.man

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-24 15:06:04 UTC
  • mfrom: (5.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624150604-5t7r1o1kxq0ycz81
Tags: 1.4.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Took references to 2.4 kernel out of doc-base control files (Jordan
    Mantha, Malone #25972) (patches/all/091-fix-2.4-references.patch)
  - Use linux-libc-dev instead of local copy of kernel-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
 
2
is similar to what is known as TTL value in IPv4.  Setting or incrementing the
 
3
Hop Limit field can potentially be very dangerous, so it should be avoided at
 
4
any cost. This target is only valid in
 
5
.B mangle
 
6
table.
 
7
.TP
 
8
.B Don't ever set or increment the value on packets that leave your local network!
 
9
.TP
 
10
.BI "--hl-set " "value"
 
11
Set the Hop Limit to `value'.
 
12
.TP
 
13
.BI "--hl-dec " "value"
 
14
Decrement the Hop Limit `value' times.
 
15
.TP
 
16
.BI "--hl-inc " "value"
 
17
Increment the Hop Limit `value' times.