diff options
Diffstat (limited to 'net-dialup/ppp/files/ip-up')
-rw-r--r-- | net-dialup/ppp/files/ip-up | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-dialup/ppp/files/ip-up b/net-dialup/ppp/files/ip-up deleted file mode 100644 index 8f950b4b8238..000000000000 --- a/net-dialup/ppp/files/ip-up +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 - |