This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt-owl
mirror of
https://github.com/hak5/openwrt-owl.git
Watch
1
Star
0
Fork
You've already forked openwrt-owl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0b43982fb
openwrt-owl
/
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
}