forked from extern/shorewall_code
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
|
brctl addbr br0
|
||||||
for i in $INTERFACES ; do
|
for i in $INTERFACES ; do
|
||||||
ip link set $i up
|
ip link set $i up
|
||||||
brctl addif br0 $i
|
brctl addif br0 $i
|
||||||
done
|
done
|
||||||
ifup $BRIDGE_INTERFACE
|
ifup $BRIDGE_INTERFACE
|
||||||
}
|
}
|
||||||
@ -288,7 +288,7 @@ case "$1" in
|
|||||||
esac
|
esac
|
||||||
exit 0</programlisting>
|
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
|
<programlisting>BRIDGE_INTERFACE=br0 #The name of your Bridge
|
||||||
INTERFACES="eth0 eth1" #The physical interfaces to be bridged</programlisting>
|
INTERFACES="eth0 eth1" #The physical interfaces to be bridged</programlisting>
|
||||||
|
Loading…
Reference in New Issue
Block a user