From cc8f669f70fe31c68f5b0b06551e31b51a8954d5 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:56:49 +0000 Subject: Unifies libip[6]t_physdev.man to libxt_physdev.man --- extensions/libip6t_physdev.man | 42 ------------------------------------------ extensions/libipt_physdev.man | 42 ------------------------------------------ extensions/libxt_physdev.man | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 84 deletions(-) delete mode 100644 extensions/libip6t_physdev.man delete mode 100644 extensions/libipt_physdev.man create mode 100644 extensions/libxt_physdev.man diff --git a/extensions/libip6t_physdev.man b/extensions/libip6t_physdev.man deleted file mode 100644 index 1e635fc..0000000 --- a/extensions/libip6t_physdev.man +++ /dev/null @@ -1,42 +0,0 @@ -This module matches on the bridge port input and output devices enslaved -to a bridge device. This module is a part of the infrastructure that enables -a transparent bridging IP firewall and is only useful for kernel versions -above version 2.5.44. -.TP -.BR --physdev-in " [!] \fIname\fP" -Name of a bridge port via which a packet is received (only for -packets entering the -.BR INPUT , -.B FORWARD -and -.B PREROUTING -chains). If the interface name ends in a "+", then any -interface which begins with this name will match. If the packet didn't arrive -through a bridge device, this packet won't match this option, unless '!' is used. -.TP -.BR --physdev-out " [!] \fIname\fP" -Name of a bridge port via which a packet is going to be sent (for packets -entering the -.BR FORWARD , -.B OUTPUT -and -.B POSTROUTING -chains). If the interface name ends in a "+", then any -interface which begins with this name will match. Note that in the -.BR nat " and " mangle -.B OUTPUT -chains one cannot match on the bridge output port, however one can in the -.B "filter OUTPUT" -chain. If the packet won't leave by a bridge device or it is yet unknown what -the output device will be, then the packet won't match this option, unless -'!' is used. -.TP -.RB "[!] " --physdev-is-in -Matches if the packet has entered through a bridge interface. -.TP -.RB "[!] " --physdev-is-out -Matches if the packet will leave through a bridge interface. -.TP -.RB "[!] " --physdev-is-bridged -Matches if the packet is being bridged and therefore is not being routed. -This is only useful in the FORWARD and POSTROUTING chains. diff --git a/extensions/libipt_physdev.man b/extensions/libipt_physdev.man deleted file mode 100644 index 1e635fc..0000000 --- a/extensions/libipt_physdev.man +++ /dev/null @@ -1,42 +0,0 @@ -This module matches on the bridge port input and output devices enslaved -to a bridge device. This module is a part of the infrastructure that enables -a transparent bridging IP firewall and is only useful for kernel versions -above version 2.5.44. -.TP -.BR --physdev-in " [!] \fIname\fP" -Name of a bridge port via which a packet is received (only for -packets entering the -.BR INPUT , -.B FORWARD -and -.B PREROUTING -chains). If the interface name ends in a "+", then any -interface which begins with this name will match. If the packet didn't arrive -through a bridge device, this packet won't match this option, unless '!' is used. -.TP -.BR --physdev-out " [!] \fIname\fP" -Name of a bridge port via which a packet is going to be sent (for packets -entering the -.BR FORWARD , -.B OUTPUT -and -.B POSTROUTING -chains). If the interface name ends in a "+", then any -interface which begins with this name will match. Note that in the -.BR nat " and " mangle -.B OUTPUT -chains one cannot match on the bridge output port, however one can in the -.B "filter OUTPUT" -chain. If the packet won't leave by a bridge device or it is yet unknown what -the output device will be, then the packet won't match this option, unless -'!' is used. -.TP -.RB "[!] " --physdev-is-in -Matches if the packet has entered through a bridge interface. -.TP -.RB "[!] " --physdev-is-out -Matches if the packet will leave through a bridge interface. -.TP -.RB "[!] " --physdev-is-bridged -Matches if the packet is being bridged and therefore is not being routed. -This is only useful in the FORWARD and POSTROUTING chains. diff --git a/extensions/libxt_physdev.man b/extensions/libxt_physdev.man new file mode 100644 index 0000000..1e635fc --- /dev/null +++ b/extensions/libxt_physdev.man @@ -0,0 +1,42 @@ +This module matches on the bridge port input and output devices enslaved +to a bridge device. This module is a part of the infrastructure that enables +a transparent bridging IP firewall and is only useful for kernel versions +above version 2.5.44. +.TP +.BR --physdev-in " [!] \fIname\fP" +Name of a bridge port via which a packet is received (only for +packets entering the +.BR INPUT , +.B FORWARD +and +.B PREROUTING +chains). If the interface name ends in a "+", then any +interface which begins with this name will match. If the packet didn't arrive +through a bridge device, this packet won't match this option, unless '!' is used. +.TP +.BR --physdev-out " [!] \fIname\fP" +Name of a bridge port via which a packet is going to be sent (for packets +entering the +.BR FORWARD , +.B OUTPUT +and +.B POSTROUTING +chains). If the interface name ends in a "+", then any +interface which begins with this name will match. Note that in the +.BR nat " and " mangle +.B OUTPUT +chains one cannot match on the bridge output port, however one can in the +.B "filter OUTPUT" +chain. If the packet won't leave by a bridge device or it is yet unknown what +the output device will be, then the packet won't match this option, unless +'!' is used. +.TP +.RB "[!] " --physdev-is-in +Matches if the packet has entered through a bridge interface. +.TP +.RB "[!] " --physdev-is-out +Matches if the packet will leave through a bridge interface. +.TP +.RB "[!] " --physdev-is-bridged +Matches if the packet is being bridged and therefore is not being routed. +This is only useful in the FORWARD and POSTROUTING chains. -- cgit v1.2.3