]> git.ozlabs.org Git - ppp.git/blobdiff - README.sol2
fix MT stuff; add DEBUG to compile command line for now
[ppp.git] / README.sol2
index 1c92ef6f30a10d8da6362847ba331c0602edf30a..9c8b7d62e8c8193b5d180c81161f5eb88946970c 100644 (file)
@@ -4,9 +4,14 @@ but are not identical.  The STREAMS kernel modules and driver for
 Solaris 2 are in the svr4 directory (and use some code from the
 modules directory).
 
-***NOTE***: this package does not support Solaris 2.6 at present;
-apparently the kernel interface to network interfaces has changed, and
-this package has not yet been adapted correspondingly.  Stay tuned.
+This version has been tested under Solaris 2.5.1 and Solaris 2.6.
+
+NOTE: Although the kernel driver and modules have been designed to
+operate correctly on SMP systems, they have not been extensively
+tested on SMP machines.  Some users of SMP Solaris x86 systems have
+reported system problems apparently linked to the use of this
+software.
+
 
 Installation.
 *************
@@ -40,3 +45,5 @@ create an /etc/ppp/ip-up script containing something like this:
        #!/bin/sh
        /usr/sbin/ndd -set /dev/ip ip_forwarding 2
 
+Under Solaris 2.6, the value 2 is invalid; use 1 instead.  See the man
+page for ip(7p) for details.