diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-11 11:27:18 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-11 11:27:18 +0000 |
| commit | fbe3e6af84b6099e12565bd55df5cefaf6719dd9 (patch) | |
| tree | 095ca7f89ac755faa9f4ade0a120a00d35f4d076 | |
| parent | f1838373aaaaa24b323ffc04a6aa085d4dc65db7 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/ppp.8 | 13 | ||||
| -rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 40aa8a635337..1e6e87aebd25 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.173 1999/06/09 16:54:04 brian Exp $ +.\" $Id: ppp.8,v 1.174 1999/06/10 00:17:27 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -3800,7 +3800,16 @@ is usually done prior to any .Dq set ifaddr commands. .It Li magic -A 20 digit random number is used. +A 20 digit random number is used. Care should be taken when using magic +numbers as restarting +.Nm +or creating a link using a different +.Nm +invocation will also use a different magic number and will therefore not +be recognised by the peer as belonging to the same bundle. This makes it +unsuitable for +.Fl direct +connections. .It Li psn Ar value The given .Ar value diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 40aa8a635337..1e6e87aebd25 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.173 1999/06/09 16:54:04 brian Exp $ +.\" $Id: ppp.8,v 1.174 1999/06/10 00:17:27 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -3800,7 +3800,16 @@ is usually done prior to any .Dq set ifaddr commands. .It Li magic -A 20 digit random number is used. +A 20 digit random number is used. Care should be taken when using magic +numbers as restarting +.Nm +or creating a link using a different +.Nm +invocation will also use a different magic number and will therefore not +be recognised by the peer as belonging to the same bundle. This makes it +unsuitable for +.Fl direct +connections. .It Li psn Ar value The given .Ar value |
