diff options
Diffstat (limited to 'main/ppp/ip-up')
-rw-r--r-- | main/ppp/ip-up | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/ppp/ip-up b/main/ppp/ip-up new file mode 100644 index 000000000..57e09c004 --- /dev/null +++ b/main/ppp/ip-up @@ -0,0 +1,4 @@ +#!/bin/sh +# +# This script is run by pppd when there's a successful ppp connection. +# |