X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README;h=a3bfe1730ddcc1634257c3eb83ddd4cc1303aa31;hp=f0125cdbb6cf52e66f3992f357b542a003534fe6;hb=9e05a25d76b3f83096c661678010320df673df6b;hpb=636e804e954a5f26717c22b0bddf15e7e6c3facb diff --git a/README b/README index f0125cd..a3bfe17 100644 --- a/README +++ b/README @@ -70,10 +70,17 @@ What's new in ppp-2.4.5. possible to have no remote IP address assigned to the ppp interface and still route traffic over it. +* Pppd now works better with 3G modems that do strange things such as + sending IPCP Configure-Naks with the same values over and over again. + * The PPP over L2TP plugin is included, which works with the pppol2tp PPP channel code in the Linux kernel. This allows pppd to be used to set up tunnels using the Layer 2 Tunneling Protocol. +* A new 'enable-session' option has been added, which enables session + accounting via PAM or wtwp/wtmpx, as appropriate. See the pppd man + page for details. + * Several bugs have been fixed.