~ubuntu-branches/ubuntu/quantal/iptables/quantal-proposed

« back to all changes in this revision

Viewing changes to extensions/libip6t_HL.man

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2009-05-06 16:35:21 UTC
  • mfrom: (5.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20090506163521-2hbruo0m33h04wxf
Tags: 1.4.3.2-2ubuntu1
* Merge from debian unstable (LP: #372920), remaining changes:
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
* Droped unexistent patches from debian/patches/series
* Droped 0903-autoload-module-in-iptables-save.diff, fixed upstream
* Added linuxdoc-tools to Build-Depends
* Modified debian/iptables{,-dev}.install to match DM syntax 
  (removed debian/tmp)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
any cost. This target is only valid in
5
5
.B mangle
6
6
table.
7
 
.TP
 
7
.PP
8
8
.B Don't ever set or increment the value on packets that leave your local network!
9
9
.TP
10
 
.BI "--hl-set " "value"
 
10
\fB\-\-hl\-set\fP \fIvalue\fP
11
11
Set the Hop Limit to `value'.
12
12
.TP
13
 
.BI "--hl-dec " "value"
 
13
\fB\-\-hl\-dec\fP \fIvalue\fP
14
14
Decrement the Hop Limit `value' times.
15
15
.TP
16
 
.BI "--hl-inc " "value"
 
16
\fB\-\-hl\-inc\fP \fIvalue\fP
17
17
Increment the Hop Limit `value' times.