UnixTools/bridge-remove.sh
2013-03-21 01:54:15 +01:00

9 lines
155 B
Bash
Executable File

#!/bin/sh
ifconfig br0 down
brctl delif br0 wlan0
brctl delif br0 eth0
brctl delbr br0
ifconfig wlan0 -promisc up
ifconfig eth0 -promisc up
dhclient wlan0