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