diff options
author | brian <brian@FreeBSD.org> | 1998-11-05 23:14:19 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-11-05 23:14:19 +0000 |
commit | 64623ea8f0fe73043e8fa672b24fc2df2a9db462 (patch) | |
tree | 23bba2aed563ac1a7592af5c67e9332c07844959 /etc/ppp | |
parent | a254d82dc7a55c30838c21791570619fd74a5e56 (diff) | |
download | FreeBSD-src-64623ea8f0fe73043e8fa672b24fc2df2a9db462.zip FreeBSD-src-64623ea8f0fe73043e8fa672b24fc2df2a9db462.tar.gz |
Suggest using ``iface clear'' under certain circumstances
in ppp.linkdown.
Diffstat (limited to 'etc/ppp')
-rw-r--r-- | etc/ppp/ppp.linkdown.sample | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/ppp/ppp.linkdown.sample b/etc/ppp/ppp.linkdown.sample index 7c2ca36..c0fa638 100644 --- a/etc/ppp/ppp.linkdown.sample +++ b/etc/ppp/ppp.linkdown.sample @@ -12,7 +12,7 @@ # 3) If no label has been found, use MYADDR if it exists. # # -# $Id$ +# $Id: ppp.linkdown.sample,v 1.1 1997/11/08 20:58:40 brian Exp $ # ######################################################################### @@ -24,3 +24,11 @@ # MYADDR: !bg /usr/X11R6/bin/auplay /etc/ppp/linkdown.au + +# If you're running ``ppp -auto -alias dynamic-alias-auto'', and are +# assigned a dynamic IP number by the peer, this may be worth while +# to keep the interface aliases to a minimum (see ``enable iface-alias'' +# in the man page): +# +dynamic-alias-auto: + iface clear |