Blame extensions/libxt_cpu.man

Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-cpu\fP \fInumber\fP
Packit Service d1fe03
Match cpu handling this packet. cpus are numbered from 0 to NR_CPUS-1
Packit Service d1fe03
Can be used in combination with RPS (Remote Packet Steering) or
Packit Service d1fe03
multiqueue NICs to spread network traffic on different queues.
Packit Service d1fe03
.PP
Packit Service d1fe03
Example:
Packit Service d1fe03
.PP
Packit Service d1fe03
iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 0 
Packit Service d1fe03
\-j REDIRECT \-\-to\-port 8080
Packit Service d1fe03
.PP
Packit Service d1fe03
iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 1 
Packit Service d1fe03
\-j REDIRECT \-\-to\-port 8081
Packit Service d1fe03
.PP
Packit Service d1fe03
Available since Linux 2.6.36.