1. #!/bin/bash
    2. #
    3. #
    4. BRIDGE="br0"
    5. /usr/sbin/brctl addif ${BRIDGE} ${1}
    6. /usr/sbin/ifconfig ${1} 0.0.0.0 promisc up