To start up the bridge immediately type the following command:
brconfig bridge0 add rl0 add rl2 up
and to permanently create this bridge create the file /etc/bridgename.bridge0 with the following content:
add rl0
add rl2
up
This will create bridge bridge0 when the system boots up.