]> git.ozlabs.org Git - ppp.git/blobdiff - README.sol2
put SC_ENABLE_IP back for isdn stuff; update for 2.3.5
[ppp.git] / README.sol2
index 1c92ef6f30a10d8da6362847ba331c0602edf30a..f7239b9dec30b240cb97dec6e52018c877ac1316 100644 (file)
@@ -4,9 +4,8 @@ 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.
+
 
 Installation.
 *************
@@ -40,3 +39,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.