This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
0cf1a58282
openwrt
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
iface
/
00-netstate
4 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
keep track of the network interface states (stored in uci format in /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
2007-06-16 08:01:33 +08:00
[ ifup = "$ACTION" ] && {
Here comes the new UCI. Enjoy :) SVN-Revision: 10367
2008-02-03 14:48:15 +08:00
uci_set_state network "$INTERFACE" up 1
keep track of the network interface states (stored in uci format in /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
2007-06-16 08:01:33 +08:00
}
Reference in New Issue
Copy Permalink