3 # This script is run by pppd after the connection has ended.
6 # Execute all scripts in /etc/ppp/ip-up.d/
7 for ipdown
in /etc
/ppp
/ip-down.d
/*.sh
; do
8 if [ -x $ipdown ]; then
9 # Parameters: interface-name tty-device speed local-IP-address remote-IP-address ipparam