blob: df892d3b60c860b3b34a1e59031a07b1a033bb1d (
plain)
1 This port implements a hotplug handler for network devices, allowing to react
2 on hotplug events i.e. to assign an IP.
3
4 Once active, a handler script will call
5 /etc/rc.d/net.<ifname> [start|stop]
6 where 'ifname' is the name of the interface, i.e. eth0, ath0, usb0 etc.
|