summaryrefslogtreecommitdiffhomepage
path: root/dummy/proto/ppp.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-14 00:01:42 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-14 00:01:42 +0200
commitcb0aeee156725940b4123bd828a831e96cae012f (patch)
treeadd1b8f1a038a8c6b2f1f904b0950f3589d4608b /dummy/proto/ppp.sh
parent547d96cd6d1bdf3624711b08491ca7fce6b4b0a3 (diff)
add support for killing running proto-shell tasks with an arbitrary signal and waiting for their completion
Diffstat (limited to 'dummy/proto/ppp.sh')
-rwxr-xr-xdummy/proto/ppp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dummy/proto/ppp.sh b/dummy/proto/ppp.sh
index 8673b98..837767b 100755
--- a/dummy/proto/ppp.sh
+++ b/dummy/proto/ppp.sh
@@ -47,6 +47,7 @@ pppoe_setup() {
}
pppoe_teardown() {
+ proto_kill_command "$interface"
return
}