Revision 90ecc0b6
Added by Jim Pingle about 14 years ago
usr/local/sbin/ppp-linkdown | ||
---|---|---|
6 | 6 |
if [ -f "/tmp/${interface}_defaultgw" ]; then |
7 | 7 |
route delete default $4 |
8 | 8 |
fi |
9 |
/sbin/pfctl -b $3 -b $4 |
|
9 |
# /sbin/pfctl -b $3 -b $4
|
|
10 | 10 |
# delete the node just in case mpd cannot do that |
11 | 11 |
/usr/sbin/ngctl shutdown $1: |
12 | 12 |
if [ -f "/var/etc/nameserver_$1" ]; then |
Also available in: Unified diff
Disable state killing in VPN down scripts.