diff options
Diffstat (limited to 'share/examples/ppp/ppp.linkdown.span-isp')
| -rw-r--r-- | share/examples/ppp/ppp.linkdown.span-isp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/examples/ppp/ppp.linkdown.span-isp b/share/examples/ppp/ppp.linkdown.span-isp new file mode 100644 index 000000000000..a9cdcfc8d488 --- /dev/null +++ b/share/examples/ppp/ppp.linkdown.span-isp @@ -0,0 +1,16 @@ + +# Refer to ppp.conf.span-isp for a description of what this file is for. +# This file is only required on the Gateway machine. + +# The ISP links start our MP version of ppp as they come up +isp1: + !bg pppctl /var/run/ppp/vpn link 1 close + +isp2: + !bg pppctl /var/run/ppp/vpn link 2 close + +ispN: + !bg pppctl /var/run/ppp/vpn link N close + +vpn: + set server none |
