X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fppp%2Ffiles%2Fppp.sh;fp=package%2Fppp%2Ffiles%2Fppp.sh;h=98099dba542e441c79775f8928b7455b1b702b6d;hp=7d475a985b28d7f7a76d227b2734c7f553a67864;hb=378773f143d465eb164928a62437605c3280028f;hpb=bfd06f261a6baa1ba60ae14b72a09667fcb345f3 diff --git a/package/ppp/files/ppp.sh b/package/ppp/files/ppp.sh index 7d475a985b..98099dba54 100755 --- a/package/ppp/files/ppp.sh +++ b/package/ppp/files/ppp.sh @@ -72,6 +72,10 @@ ppp_generic_teardown() { proto_notify_error "$interface" AUTH_FAILED proto_block_restart "$interface" ;; + 2) + proto_notify_error "$interface" INVALID_OPTIONS + proto_block_restart "$interface" + ;; esac proto_kill_command "$interface" }