iptables-1.3.2-20050720
[iptables.git] / extensions / libipt_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 "--iif " "ifname"
9 Change the packet's incoming interface to `ifname'
10 .TP
11 .BI "--gw " "IP_address"
12 Route the packet via this gateway
13 .TP
14 .BI "--continue "
15 Behave like a non-terminating target and continue traversing the rules.  Not valid in combination with `--iif' or `--tee'
16 .TP
17 .BI "--tee "
18 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'