diff options
Diffstat (limited to 'share/man/man4/sppp.4')
-rw-r--r-- | share/man/man4/sppp.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index af4c6b0..f1f9f0b 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 27, 2001 +.Dd December 30, 2001 .Dt SPPP 4 .Os .Sh NAME @@ -120,11 +120,13 @@ late during the negotiation, which might cause the remote peer to make wrong assumptions. .Pp In a similar spirit the remote address can be set to the magical -value 0.0.0.1 which means that we don't care what address the remote +value +.Ns 0.0.0. Ns Em \&* +which means that we don't care what address the remote side will use, as long as it is not 0.0.0.0. This is useful if your ISP has several dial-in servers. You can of course -.Nm route Cm add Ar something_or_other 0.0.0.1 +.Nm route Cm add Ar something_or_other 0.0.0. Ns Em \&* and it will do exactly what you would want it to. .Pp The PAP and CHAP authentication protocols as described in RFC 1334, |