diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-07 18:51:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-07 18:51:55 +0200 |
commit | 2152229c45f470a14dee33507b331ac38055e062 (patch) | |
tree | e23c22759d6dfa0edd1300aa77e7a6c283300139 /scripts | |
parent | ed1bbf2f3c9933e7088299704d9b6e9dd61f027d (diff) |
add support for calls to a hotplug script on interface state changes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/hotplug-cmd | 1 |
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" |