Deleted Added
full compact
README.changes (49978) README.changes (53889)
1$FreeBSD: head/usr.sbin/ppp/README.changes 53889 1999-11-29 18:53:43Z brian $
2
1This file summarises changes made to ppp that effect
2its configuration.
3
4It does not describe new features, rather it attempts
5to answer any `this used to work, why doesn't it now?'
6questions.
7
8o The `set debug' command was replaced with `set log'.

--- 69 unchanged lines hidden (view full) ---

78 carrier. This is controllable with ``set cd''.
79o Random dial timeouts are now between 1 and 30 seconds inclusive rather
80 than between 0 and 29.
81o Ppp now accepts M$CHAP (as well as normal CHAP) by default. If this
82 is not required, you must ``deny chap05 chap80''.
83o The ``set device'' command now expects each device to be specified as an
84 argument rather than concatentating all arguments and splitting based
85 on commas and spaces.
3This file summarises changes made to ppp that effect
4its configuration.
5
6It does not describe new features, rather it attempts
7to answer any `this used to work, why doesn't it now?'
8questions.
9
10o The `set debug' command was replaced with `set log'.

--- 69 unchanged lines hidden (view full) ---

80 carrier. This is controllable with ``set cd''.
81o Random dial timeouts are now between 1 and 30 seconds inclusive rather
82 than between 0 and 29.
83o Ppp now accepts M$CHAP (as well as normal CHAP) by default. If this
84 is not required, you must ``deny chap05 chap80''.
85o The ``set device'' command now expects each device to be specified as an
86 argument rather than concatentating all arguments and splitting based
87 on commas and spaces.
86o The ``show modem'' command is depricated and has been changed to
88o The ``show modem'' command is deprecated and has been changed to
87 ``show physical''.
88o The words ``host'' and ``port'' are no longer accepted by the ``set filter''
89 command. Removing them should yield the same results as before.
89 ``show physical''.
90o The words ``host'' and ``port'' are no longer accepted by the ``set filter''
91 command. Removing them should yield the same results as before.
90o The ``set weight'' command has been depricated. The ``set bandwidth''
92o The ``set weight'' command has been deprecated. The ``set bandwidth''
91 command should now be used instead.
92o The ``set autoload'' command syntax and implementation have changed as the
93 old implementation was mis-designed and dysfunctional.
94o Ppp now waits either the full ``set cd'' time or until carrier is detected
95 before running the login script (whichever comes first).
93 command should now be used instead.
94o The ``set autoload'' command syntax and implementation have changed as the
95 old implementation was mis-designed and dysfunctional.
96o Ppp now waits either the full ``set cd'' time or until carrier is detected
97 before running the login script (whichever comes first).
98o The -alias flag has been deprecated. The -nat flag should be used instead.