yay! hotplug for wds support

SVN-Revision: 16
This commit is contained in:
Mike Baker 2004-05-04 09:40:57 +00:00
parent 97f95ea18a
commit 69a92ec090
1 changed files with 6 additions and 0 deletions

6
root/sbin/hotplug Executable file
View File

@ -0,0 +1,6 @@
#!/bin/ash
# $Id$
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
ifconfig $INTERFACE 0.0.0.0 up
/usr/sbin/brctl addif br0 $INTERFACE
}