Blame extensions/libxt_physdev.man

Packit 7b22a4
This module matches on the bridge port input and output devices enslaved
Packit 7b22a4
to a bridge device. This module is a part of the infrastructure that enables
Packit 7b22a4
a transparent bridging IP firewall and is only useful for kernel versions
Packit 7b22a4
above version 2.5.44.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-physdev\-in\fP \fIname\fP
Packit 7b22a4
Name of a bridge port via which a packet is received (only for
Packit 7b22a4
packets entering the
Packit 7b22a4
.BR INPUT ,
Packit 7b22a4
.B FORWARD
Packit 7b22a4
and
Packit 7b22a4
.B PREROUTING
Packit 7b22a4
chains). If the interface name ends in a "+", then any
Packit 7b22a4
interface which begins with this name will match. If the packet didn't arrive
Packit 7b22a4
through a bridge device, this packet won't match this option, unless '!' is used.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-physdev\-out\fP \fIname\fP
Packit 7b22a4
Name of a bridge port via which a packet is going to be sent (for bridged packets
Packit 7b22a4
entering the
Packit 7b22a4
.BR FORWARD
Packit 7b22a4
and
Packit 7b22a4
.B POSTROUTING
Packit 7b22a4
chains).  If the interface name ends in a "+", then any
Packit 7b22a4
interface which begins with this name will match.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-physdev\-is\-in\fP
Packit 7b22a4
Matches if the packet has entered through a bridge interface.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-physdev\-is\-out\fP
Packit 7b22a4
Matches if the packet will leave through a bridge interface.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-physdev\-is\-bridged\fP
Packit 7b22a4
Matches if the packet is being bridged and therefore is not being routed.
Packit 7b22a4
This is only useful in the FORWARD and POSTROUTING chains.