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