X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.sol2;h=77cd748136ccba30447a9e84d7328b5c65c294fe;hp=1c92ef6f30a10d8da6362847ba331c0602edf30a;hb=bc665e2d682d4318b607dc7e7c46b8b3f6273bf2;hpb=b5c0cf380b11e37f580e6f2affcb78d5ccedade0 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.