summaryrefslogtreecommitdiff
path: root/README.sol2
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-03-26 02:55:13 +0000
committerPaul Mackerras <paulus@samba.org>1998-03-26 02:55:13 +0000
commitbc665e2d682d4318b607dc7e7c46b8b3f6273bf2 (patch)
treeacbb7a34f17ad4b204f4cb4266929beff6303ff6 /README.sol2
parentb5c0cf380b11e37f580e6f2affcb78d5ccedade0 (diff)
downloadppp-bc665e2d682d4318b607dc7e7c46b8b3f6273bf2.tar.gz
Update for Solaris 2.6
Diffstat (limited to 'README.sol2')
-rw-r--r--README.sol22
1 files changed, 2 insertions, 0 deletions
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.