summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-07 18:51:55 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-07 18:51:55 +0200
commit2152229c45f470a14dee33507b331ac38055e062 (patch)
treee23c22759d6dfa0edd1300aa77e7a6c283300139 /scripts
parented1bbf2f3c9933e7088299704d9b6e9dd61f027d (diff)
add support for calls to a hotplug script on interface state changes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hotplug-cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hotplug-cmd b/scripts/hotplug-cmd
new file mode 100755
index 0000000..2488a77
--- /dev/null
+++ b/scripts/hotplug-cmd
@@ -0,0 +1 @@
+echo "Action: $ACTION, Interface: $INTERFACE"