summaryrefslogtreecommitdiffstats
path: root/docs/br_fw_ia
diff options
context:
space:
mode:
Diffstat (limited to 'docs/br_fw_ia')
-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' > /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.