aboutsummaryrefslogtreecommitdiffstats
path: root/package/netifd/files/etc/hotplug.d
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-21 01:47:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-21 01:47:49 +0000
commit9117bb10f7ef5536163dfa413a3aa799602907ae (patch)
tree23e29d8252f2ea52ba54d8cd62dbc73ee883af37 /package/netifd/files/etc/hotplug.d
parenta1172f3c5dc1cd74605cc0dd3027533bb0ff8b58 (diff)
downloadmaster-187ad058-9117bb10f7ef5536163dfa413a3aa799602907ae.tar.gz
master-187ad058-9117bb10f7ef5536163dfa413a3aa799602907ae.tar.bz2
master-187ad058-9117bb10f7ef5536163dfa413a3aa799602907ae.zip
add an initial (experimental) version of netifd, disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd/files/etc/hotplug.d')
-rw-r--r--package/netifd/files/etc/hotplug.d/iface/00-netstate5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/netifd/files/etc/hotplug.d/iface/00-netstate b/package/netifd/files/etc/hotplug.d/iface/00-netstate
new file mode 100644
index 0000000000..d5cf761669
--- /dev/null
+++ b/package/netifd/files/etc/hotplug.d/iface/00-netstate
@@ -0,0 +1,5 @@
+[ ifup = "$ACTION" ] && {
+ uci_toggle_state network "$INTERFACE" up 1
+ uci_toggle_state network "$INTERFACE" connect_time $(sed -ne 's![^0-9].*$!!p' /proc/uptime)
+ [ -n "$DEVICE" ] && uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
+}