]> git.ozlabs.org Git - ppp.git/commitdiff
Update for Solaris 2.6
authorPaul Mackerras <paulus@samba.org>
Thu, 26 Mar 1998 02:55:13 +0000 (02:55 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 26 Mar 1998 02:55:13 +0000 (02:55 +0000)
README.sol2

index 1c92ef6f30a10d8da6362847ba331c0602edf30a..77cd748136ccba30447a9e84d7328b5c65c294fe 100644 (file)
@@ -40,3 +40,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.