* [U-Boot-Users] Linux commit a6c05c3d changes IP autoconfig behaviour
@ 2008-01-07 14:18 Wolfgang Denk
2008-01-07 15:58 ` Ville Syrjälä
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2008-01-07 14:18 UTC (permalink / raw)
To: u-boot
Dear Ben,
git commit a6c05c3d in the Linux kernel tree changes behaviour of the
IP autoconfiguration in Linux:
commit a6c05c3d064dbb83be88cba3189beb5db9d2dfc3
Author: Simon Horman <horms@verge.net.au>
Date: Tue Dec 25 20:54:42 2007 -0800
[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>
It seems we have to change all "ip=...off" strings in U-Boot to
"ip=...on", as it was attempted in this patch (sorry, it's *big*):
ftp://ftp.denx.de/pub/tmp/Adapt_to_new_IP_autoconfig_policy_in_Linux.patch
However, I'm not sure if this is the right approach (and what it
actually means in terms of backward compatibility).
What do you think?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When the ax entered the forest, the trees said, "The handle is one of
us!" -- Turkish proverb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-07 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 14:18 [U-Boot-Users] Linux commit a6c05c3d changes IP autoconfig behaviour Wolfgang Denk
2008-01-07 15:58 ` Ville Syrjälä
2008-01-07 16:12 ` Ben Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox