diff options
Diffstat (limited to 'proto/ppp.sh')
-rwxr-xr-x | proto/ppp.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ppp.sh b/proto/ppp.sh index 9a5816b..7eed579 100755 --- a/proto/ppp.sh +++ b/proto/ppp.sh @@ -17,7 +17,8 @@ ppp_teardown() { } ppp_init() { - return + no_device=1 + available=1 } add_protocol ppp |