From 20197e5d9dea21e3445290b0cba7c7a2c42e1b80 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Tue, 14 Dec 2004 02:58:31 +0000 Subject: [PATCH] ROUTE --tee target extension (Patrick Schaaf) --- extensions/libip6t_ROUTE.man | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extensions/libip6t_ROUTE.man') diff --git a/extensions/libip6t_ROUTE.man b/extensions/libip6t_ROUTE.man index 145d748..e3ad12b 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' -- cgit v1.2.3