This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-01-03 20:44:18 +00:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
0d40a2f95b
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