From: Paul Mackerras Date: Thu, 26 Mar 1998 02:55:13 +0000 (+0000) Subject: Update for Solaris 2.6 X-Git-Tag: RELEASE_2_3_6~87 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=bc665e2d682d4318b607dc7e7c46b8b3f6273bf2 Update for Solaris 2.6 --- diff --git a/README.sol2 b/README.sol2 index 1c92ef6..77cd748 100644 --- a/README.sol2 +++ b/README.sol2 @@ -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.