/etc/conf.d/bridges (bridge-utils) still has old rc.conf example:

# example:
#
# in /etc/rc.conf:
# eth0="eth0 up"
# eth1="eth1 up"
# br0="br0 192.168.0.2 netmask 255.255.255.0 up"
# INTERFACES=(lo eth0 eth1 br0)
#
# in /etc/conf.d/bridges
# bridge_br0="eth0 eth1"
# BRIDGE_INTERFACES=(br0)
#

In addition bridged interfaces doesn't work with new rc.conf syntax (unknown
interface br0). How to set up?

Reply via email to