Documentation updates

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1393 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-06-11 22:31:43 +00:00
parent f60bffbc0f
commit 4bc134a193

View File

@ -265,7 +265,7 @@ do_start() {
brctl addbr br0
for i in $INTERFACES ; do
ip link set $i up
brctl addif br0 $i
brctl addif br0 $i
done
ifup $BRIDGE_INTERFACE
}
@ -288,7 +288,7 @@ case "$1" in
esac
exit 0</programlisting>
<para>The <filename>/etc/sysconfig/bridge</filename>:</para>
<para>The <filename>/etc/sysconfig/bridge file</filename>:</para>
<programlisting>BRIDGE_INTERFACE=br0 #The name of your Bridge
INTERFACES=&#34;eth0 eth1&#34; #The physical interfaces to be bridged</programlisting>