blob: a91c37f7ee004565cded5f0396486a7a6ecdcb49 [file] [log] [blame]
#!/bin/sh
switch=vbr0
/sbin/ifconfig $1 0.0.0.0 up
/usr/sbin/brctl addif ${switch} $1
/usr/sbin/brctl setfd ${switch} 0
/usr/sbin/brctl stp ${switch} off