This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7ac69660fe
openwrtv3
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
iface
/
00-netstate
4 lines
70 B
Text
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 a new issue
Copy permalink