nova/doc/source/devref/down.sh
2011-04-20 21:06:56 -07:00

8 lines
81 B
Bash

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