summaryrefslogtreecommitdiffstats
path: root/package/base-files-network/files/etc/hotplug.d/iface/00-netstate
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files-network/files/etc/hotplug.d/iface/00-netstate')
-rw-r--r--package/base-files-network/files/etc/hotplug.d/iface/00-netstate5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files-network/files/etc/hotplug.d/iface/00-netstate b/package/base-files-network/files/etc/hotplug.d/iface/00-netstate
new file mode 100644
index 000000000..37b1e934e
--- /dev/null
+++ b/package/base-files-network/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"
+}