Blame extensions/libxt_physdev.man

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