summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ROUTE.man
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2004-12-14 02:58:31 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2004-12-14 02:58:31 +0000
commit20197e5d9dea21e3445290b0cba7c7a2c42e1b80 (patch)
treec4263e00a5893d3b90a87303f0b067bb549911e2 /extensions/libipt_ROUTE.man
parentdda749a352a17d88b1ce8480e31ebab62cc81d1c (diff)
[PATCH] ROUTE --tee target extension (Patrick Schaaf)
Diffstat (limited to 'extensions/libipt_ROUTE.man')
-rw-r--r--extensions/libipt_ROUTE.man5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/libipt_ROUTE.man b/extensions/libipt_ROUTE.man
index dae1cb5..8a36e8e 100644
--- a/extensions/libipt_ROUTE.man
+++ b/extensions/libipt_ROUTE.man
@@ -12,4 +12,7 @@ Change the packet's incoming interface to `ifname'
Route the packet via this gateway
.TP
.BI "--continue "
-Behave like a non-terminating target and continue traversing the rules. Not valid in combination with `--iif'
+Behave like a non-terminating target and continue traversing the rules. Not valid in combination with `--iif' or `--tee'
+.TP
+.BI "--tee "
+Make a copy of the packet, and route that copy to the given destination. For the original, uncopied packet, behave like a non-terminating target and continue traversing the rules. Not valid in combination with `--iif' or `--continue'