summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ROUTE.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_ROUTE.man')
-rw-r--r--extensions/libipt_ROUTE.man15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/libipt_ROUTE.man b/extensions/libipt_ROUTE.man
new file mode 100644
index 00000000..dae1cb5f
--- /dev/null
+++ b/extensions/libipt_ROUTE.man
@@ -0,0 +1,15 @@
+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'