summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ROUTE.man
blob: dae1cb5fdc87497ef49d6761c484c8e42492c97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'