summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/hotplug.d/net/01-wds
blob: 38bd69667fc346a46f828dc0fcef3e165f49fefb (plain)
1
2
3
4
5
[ "${INTERFACE%%[0-9]*}" = "wds" ] && { 
	ifconfig $INTERFACE 0.0.0.0 up
	/usr/sbin/brctl addif br0 $INTERFACE
}