summaryrefslogtreecommitdiff
path: root/README.sol2
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-03-02 05:27:24 +0000
committerPaul Mackerras <paulus@samba.org>1999-03-02 05:27:24 +0000
commitb194902e6d9141e12a22603eac3ed4a7660c8643 (patch)
tree13c531e90d47e50a10d1a96d92729299e2f124b4 /README.sol2
parent49464ac3690f1a89de335d99b64c7e846ca6fcd1 (diff)
downloadppp-b194902e6d9141e12a22603eac3ed4a7660c8643.tar.gz
update for 2.3.6 release
Diffstat (limited to 'README.sol2')
-rw-r--r--README.sol211
1 files changed, 5 insertions, 6 deletions
diff --git a/README.sol2 b/README.sol2
index 9c8b7d6..9248e58 100644
--- a/README.sol2
+++ b/README.sol2
@@ -4,13 +4,13 @@ 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).
-This version has been tested under Solaris 2.5.1 and Solaris 2.6.
+This version has been tested under 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.
+reported system problems apparently linked to the use of previous
+versions of this software. I believe these problems have been fixed.
Installation.
@@ -43,7 +43,6 @@ local machine as a gateway to access other hosts. The solution is to
create an /etc/ppp/ip-up script containing something like this:
#!/bin/sh
- /usr/sbin/ndd -set /dev/ip ip_forwarding 2
+ /usr/sbin/ndd -set /dev/ip ip_forwarding 1
-Under Solaris 2.6, the value 2 is invalid; use 1 instead. See the man
-page for ip(7p) for details.
+See the man page for ip(7p) for details.