diff --git a/docs/SimpleBridge.xml b/docs/SimpleBridge.xml
index 0087ef97e..a77d6f3da 100644
--- a/docs/SimpleBridge.xml
+++ b/docs/SimpleBridge.xml
@@ -86,7 +86,7 @@
The following diagram shows a firewall for two bridged LAN
segments.
-
+
This is fundamentally the Two-interface Firewall described in the
Two-interface Quickstart Guide. The
@@ -108,10 +108,11 @@
/etc/shorewall/interfaces:
- #ZONE INTERFACE BROADCAST OPTIONS
-net eth0 detect ...
-loc br0 10.0.1.255 routeback,...
+ ?FORMAT 2
+#ZONE INTERFACE OPTIONS
+net eth0 ...
+loc br0 routeback,bridge,...
So the key points here are:
@@ -128,8 +129,9 @@ loc br0 10.0.1.255 <
- The routeback option is
- specified for br0.
+ The routeback and bridge options is specified for br0.
@@ -138,13 +140,6 @@ loc br0 10.0.1.255 <
- Note to Shorewall-perl users: You
- should also specify the bridge
- option:#ZONE INTERFACE BROADCAST OPTIONS
-net eth0 detect ...
-loc br0 10.0.1.255 routeback,bridge,...
-
Your entry in /etc/shorewall/masq should be
unchanged: