#!/bin/sh
#
# This script is run by the pppd before established IPX layer is going down.
#
# This script is called with the following arguments:
#    Arg  Name                          Example
#    $1   Interface name                ppp0
#    $2   The tty                       ttyS1
#    $3   The link speed                38400
#    $4   IPX network number
#    $5   Local IPX node address
#    $6   Remote IPX node address
#    $7   Local IPX routing protocol
#    $8   Remote IPX routing protocol
#    $9   Local IPX router name
#    $10  Remote IPX router name
#    $11  Optional ipparam parameter

rm -f /etc/ppp/ipx-wa
