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>2006-12-12 10:34:45 +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>2006-12-12 10:34:45 +0000
commitf813897c778618e963f4a2e2b8e621aee24ff7e4 (patch)
treec2d20f2b9cf400e1fe52cf9790b1e554b2b67407 /extensions/libipt_ROUTE.man
parent6c6928721a1bfc8f941ba805af9b071850580fb6 (diff)
Move extensions for pom patches to individual patchlets.
Diffstat (limited to 'extensions/libipt_ROUTE.man')
-rw-r--r--extensions/libipt_ROUTE.man18
1 files changed, 0 insertions, 18 deletions
diff --git a/extensions/libipt_ROUTE.man b/extensions/libipt_ROUTE.man
deleted file mode 100644
index 8a36e8e..0000000
--- a/extensions/libipt_ROUTE.man
+++ /dev/null
@@ -1,18 +0,0 @@
-This is used to explicitly override the core network stack's routing decision.
-.B mangle
-table.
-.TP
-.BI "--oif " "ifname"
-Route the packet through `ifname' network interface
-.TP
-.BI "--iif " "ifname"
-Change the packet's incoming interface to `ifname'
-.TP
-.BI "--gw " "IP_address"
-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' 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'