diff options
Diffstat (limited to 'net-dialup/ppp/files/ip-up')
-rw-r--r-- | net-dialup/ppp/files/ip-up | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-dialup/ppp/files/ip-up b/net-dialup/ppp/files/ip-up new file mode 100644 index 000000000000..8f950b4b8238 --- /dev/null +++ b/net-dialup/ppp/files/ip-up @@ -0,0 +1,13 @@ +#!/bin/sh + +# this is a script which is executed after connecting the ppp interface. +# look at man pppd for details + +# the followings parameters are available: +# $1 = interface-name +# $2 = tty-device +# $3 = speed +# $4 = local-IP-address +# $5 = remote-IP-address +# $6 = ipparam + |