diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-20 15:48:49 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-20 15:48:49 +0200 |
commit | 7476d91f882da665b4d15ef879927cee3d7762e3 (patch) | |
tree | 0c37c2f3742fda73765e0fa41cd5ed024210837c /man | |
parent | 8a091a690faa26da004e3b05bfc96f5602032c62 (diff) | |
download | pingu-7476d91f882da665b4d15ef879927cee3d7762e3.tar.bz2 pingu-7476d91f882da665b4d15ef879927cee3d7762e3.tar.xz |
pingu: add support for 'fwmark' route rule
Support for adding a fwmark to an interface. It will make it possible to
use firewall to mark specific traffic for a specific ISP.
Diffstat (limited to 'man')
-rw-r--r-- | man/pingu.conf.5.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/pingu.conf.5.in b/man/pingu.conf.5.in index a33f11e..0c0a96b 100644 --- a/man/pingu.conf.5.in +++ b/man/pingu.conf.5.in @@ -1,4 +1,4 @@ -.Dd October 19, 2011 +.Dd August 20, 2013 .Dt PINGU.CONF 8 Linux .Os @@ -65,6 +65,8 @@ The preference value for the ip rule. .It Cd ping Host to ping to verify that gateway is still up. This is the same as defining a host and bind it to interface. +.It Cd fwmark +Add an additional route rule for configured fwmark integer. .El .Sh HOST CONTEXT |