Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / bridge-utils / bridges.conf.d
blob2609cf51fb50da350ca63619dd4e0663b6ce8109
2 # Settings for layer-2 bridges
4 # For each bridge interface declared in INTERFACES (in rc.conf), declare
5 # a bridge_${IF} variable that contains the real ethernet interfaces that
6 # should be bridged togeether.
8 # Then list the bridge interface name in the BRIDGE_INTERFACES array.
11 # example:
13 # in /etc/rc.conf:
14 # eth0="eth0 up"
15 # eth1="eth1 up"
16 # br0="br0 192.168.0.2 netmask 255.255.255.0 up"
17 # INTERFACES=(lo eth0 eth1 br0)
19 # in /etc/conf.d/bridges
20 # bridge_br0="eth0 eth1"
21 # BRIDGE_INTERFACES=(br0)
25 #bridge_br0="eth0 eth1"
26 #BRIDGE_INTERFACES=(br0)