[IPV4]: Fix ip command line processing.
authorSimon Horman <horms@verge.net.au>
Wed, 26 Dec 2007 04:54:42 +0000 (20:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Dec 2007 03:36:36 +0000 (19:36 -0800)
commita6c05c3d064dbb83be88cba3189beb5db9d2dfc3
tree3520d14af7692de0e66525f94f62948f1dc759cf
parentecef969e5b376f98b142e22deb1cec2f23e4f5d6
[IPV4]: Fix ip command line processing.

Recently the documentation in Documentation/nfsroot.txt was
update to note that in fact ip=off and ip=::::::off as the
latter is ignored and the default (on) is used.

This was certainly a step in the direction of reducing confusion.
But it seems to me that the code ought to be fixed up so that
ip=::::::off actually turns off ip autoconfiguration.

This patch also notes more specifically that ip=on (aka ip=::::::on)
is the default.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/nfsroot.txt
net/ipv4/ipconfig.c