summaryrefslogtreecommitdiff
path: root/README.sol2
diff options
context:
space:
mode:
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.