summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-11-03 16:15:24 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-11-03 16:15:24 +0000
commit9f99a671d32ef5c7af01221c317bfdb080a5359b (patch)
tree455952710d8f8414ee211d1d044bc180d2ab959b /docs
parent7adb4592fa6c157ee6839ac7a3cdffa147f16e6a (diff)
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r--docs/br_fw_ia/br_fw_ia.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/br_fw_ia/br_fw_ia.html b/docs/br_fw_ia/br_fw_ia.html
index 36e5ce1..6b05d50 100644
--- a/docs/br_fw_ia/br_fw_ia.html
+++ b/docs/br_fw_ia/br_fw_ia.html
@@ -615,12 +615,14 @@ echo '1' &gt; /proc/sys/net/ipv4/ip_forward
<P CLASS="section">
10. Using the <EM>iptables</EM> physdev match module for kernel 2.5
</P>
+ <P>
The 2.5 standard kernel contains an <EM>iptables</EM> match module
called <EM>physdev</EM> which has to be used to match the bridge's
- physical in and out ports. Its usage is simple:
- <PRE>iptables -m physdev --physdev-in &lt;bridge-port&gt;</PRE>
- and
+ physical in and out ports. Its usage is simple:</P>
+ <PRE>iptables -m physdev --physdev-in &lt;bridge-port&gt;</PRE><P>
+ and</P>
<PRE>iptables -m physdev --physdev-out &lt;bridge-port&gt;</PRE>
+ </P>
<HR>
<PRE>
Released under the GNU Free Documentation License.