#! /bin/sh
# Bluetooth pan network is up add it to the bridge
brctl addif br0 $1
ifconfig $1 0.0.0.0

