]> git.ozlabs.org Git - ppp.git/blobdiff - README.sol2
remove message about solaris 2.6
[ppp.git] / README.sol2
index 1c92ef6f30a10d8da6362847ba331c0602edf30a..e9457da281f026682e7024e90ece9f6702f0c7ec 100644 (file)
@@ -4,10 +4,6 @@ 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.
-
 Installation.
 *************
 
@@ -40,3 +36,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.