# Emacs, highlight comments, plese: -*- sh -*-
# WARNING: this is alpha version script, so read carefully
# /etc/init.d/bridge if you need to change something here

# Bridge name; br0 by default
BRNAME=br0
# Interfaces to join in bridge. Must be >= 2
IFACES="eth0 eth1"
# Addres to bridge itselt; None if empty/undefined
BRADDR="172.16.11.89"
