diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-09-01 22:21:18 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-09-01 22:21:18 +0000 |
| commit | 85a3d7d441341c54e7082307bf7d6a8f0c9cb37f (patch) | |
| tree | cf6a17721baeb71fb298887bc905a82994437269 | |
| parent | 51f480df7a4ed42bf6c6d87497b3e561922d0718 (diff) | |
Notes
| -rw-r--r-- | etc/ppp/ppp.conf.sample | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 2e624bd90d37..cc6696205abb 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.15 1997/06/10 10:04:19 brian Exp $ +# $Id: ppp.conf.sample,v 1.16 1997/08/25 01:07:06 brian Exp $ # ################################################################# @@ -170,10 +170,8 @@ tcp-client: set dial set login set escape 0xff - set ifaddr 10.0.5.1 10.0.4.1 - add 10.0.4.1 255.255.255.0 HISADDR + set ifaddr 10.0.5.1 10.0.4.1 255.255.255.0 tcp-server: set escape 0xff - set ifaddr 10.0.4.1 10.0.5.1 - add 10.0.5.1 255.255.255.0 HISADDR + set ifaddr 10.0.4.1 10.0.5.1 255.255.255.0 |
