iptables-1.3.2-20050720
[iptables.git] / extensions / libip6t_ROUTE.man
1 This is used to explicitly override the core network stack's routing decision.
2 .B mangle
3 table.
4 .TP
5 .BI "--oif " "ifname"
6 Route the packet through `ifname' network interface
7 .TP
8 .BI "--gw " "IPv6_address"
9 Route the packet via this gateway
10 .TP
11 .BI "--continue "
12 Behave like a non-terminating target and continue traversing the rules. Not valid in combination with `--tee'
13 .TP
14 .BI "--tee "
15 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'