This website requires JavaScript.
Explore
Help
Sign In
EljakimHerrewijnen
/
Openwrt
Watch
1
Star
0
Fork
0
You've already forked Openwrt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7ac69660fe
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 00:01:33 +00:00
[ ifup = "$ACTION" ] && {
Here comes the new UCI. Enjoy :) SVN-Revision: 10367
2008-02-03 06:48:15 +00: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 00:01:33 +00:00
}
Reference in New Issue
Copy Permalink