Deleted Added
full compact
README.changes (36774) README.changes (41754)
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'.

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

66o LINK and CARRIER logging are no longer available.
67o Timer based DEBUG messages are now logged in the new TIMER log.
68o Ppp can use tun devices > tun255.
69o Protocol-compressed packets are accepted even if they were denied
70 at LCP negotiation time.
71o Passwords aren't logged when logging the ``set server'' line.
72o Command line options only need enough characters to uniquely identify
73 them. -a == -auto, -dd == -ddial etc. -interactive is also allowed.
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'.

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

66o LINK and CARRIER logging are no longer available.
67o Timer based DEBUG messages are now logged in the new TIMER log.
68o Ppp can use tun devices > tun255.
69o Protocol-compressed packets are accepted even if they were denied
70 at LCP negotiation time.
71o Passwords aren't logged when logging the ``set server'' line.
72o Command line options only need enough characters to uniquely identify
73 them. -a == -auto, -dd == -ddial etc. -interactive is also allowed.
74o If you don't like seeing additional interface aliases when running in
75 -auto -alias mode, add ``iface clear'' to your ppp.linkdown file -
76 check the sample file.