Initial commit
This commit is contained in:
13
package/network/services/ppp/files/lib/netifd/ppp-down
Executable file
13
package/network/services/ppp/files/lib/netifd/ppp-down
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
PPP_IPPARAM="$6"
|
||||
|
||||
. /lib/netifd/netifd-proto.sh
|
||||
proto_init_update "$IFNAME" 0
|
||||
proto_send_update "$PPP_IPPARAM"
|
||||
|
||||
[ -d /etc/ppp/ip-down.d ] && {
|
||||
for SCRIPT in /etc/ppp/ip-down.d/*
|
||||
do
|
||||
[ -x "$SCRIPT" ] && "$SCRIPT" "$@"
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user