#!/bin/sh

# NOTE: For this script to operate properly, it is expected that
#       you have a br0

BRIDGE=br0

/sbin/ifconfig $1 0.0.0.0 up
/usr/sbin/brctl addif $BRIDGE $1
