summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_ROUTE.man
diff options
context:
space:
mode:
authorPatrick Schaaf <bof@bof.de>2004-12-14 02:58:31 +0000
committerPatrick McHardy <kaber@trash.net>2004-12-14 02:58:31 +0000
commit3f2987813d32da5eb40afdc58e5bff39bf51cd0b (patch)
treec4263e00a5893d3b90a87303f0b067bb549911e2 /extensions/libip6t_ROUTE.man
parentb9a4938640a631a281f805d1dca343651c8d4a20 (diff)
ROUTE --tee target extension (Patrick Schaaf)
Diffstat (limited to 'extensions/libip6t_ROUTE.man')
-rw-r--r--extensions/libip6t_ROUTE.man5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/libip6t_ROUTE.man b/extensions/libip6t_ROUTE.man
index 145d748d..e3ad12b5 100644
--- a/extensions/libip6t_ROUTE.man
+++ b/extensions/libip6t_ROUTE.man
@@ -9,4 +9,7 @@ Route the packet through `ifname' network interface
Route the packet via this gateway
.TP
.BI "--continue "
-Behave like a non-terminating target and continue traversing the rules
+Behave like a non-terminating target and continue traversing the rules. Not valid in combination with `--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 `--continue'