As suggested by murray, add an entry about the sppp(4) mega-MFC.
Reviewed by: murray
This commit is contained in:
parent
347829ed05
commit
f9ee87d7e9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12886
1 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.6R/qa.sgml,v 1.1 2002/04/11 11:12:54 murray Exp $">
|
||||
<!ENTITY title "Testing Guide for 4.6-RELEASE">
|
||||
<!ENTITY email "qa">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -45,6 +45,24 @@
|
|||
would be beneficial. In particular, the new dynamic DNS update
|
||||
functionality has not been well tested.</li>
|
||||
|
||||
<li>sppp(4) upgrade. The ISDN project (i4b) once maintained an
|
||||
off-spring version of the SyncPPP driver, with a number of
|
||||
enhancements and bug-fixes made to it by people contributing to
|
||||
the i4b project. On the other hand, other improvements and
|
||||
bug-fixes of the regular tree's sppp driver didn't make it back
|
||||
to that version, so eventually two different SyncPPP drivers
|
||||
developed. The i4b version has been merged back in FreeBSD-current
|
||||
a few months ago, and these changes have now been folded into
|
||||
FreeBSD-stable as well, thus eliminating i4b's separate version.
|
||||
sppp users (of both flavours) should carefully test the new
|
||||
version. Users who previously used the i4b version should find
|
||||
all those improvements still being present (most notably, VJ header
|
||||
compression). Users who use sppp on hardware (HDLC) devices (like
|
||||
ar(4) or sr(4)) should see no breakage, but might notice that the
|
||||
negotiation of VJ header compression is now enabled by default.
|
||||
Use spppcontrol(8) to modify the default behaviour. Please report
|
||||
any breakage or oddity you observe to <joerg@freebsd.org>.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>The <a href="../../relnotes.html">release notes</a> will always be
|
||||
|
|
Loading…
Reference in a new issue