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