2012-05-03 10:48:26 -07:00

8 lines
81 B
Bash

#!/bin/sh
BR=$1
DEV=$2
/usr/sbin/brctl delif $BR $DEV
/sbin/ifconfig $DEV down