mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Documentation updates
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1393 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f60bffbc0f
commit
4bc134a193
@ -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="eth0 eth1" #The physical interfaces to be bridged</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user