
Hello Wolfgang,
On Fri, 2014-01-31 at 18:49 +0100, Wolfgang Denk wrote:
Dear Alexey,
In message 1391179745.4721.36.camel@abrodkin-8560l you wrote:
Understood. I removed all my network parameters and will take a duty of cleaning up other configs.
thanks in advance.
The question then if CONFIG_HOSTNAME could be left? I see people rely on host name for selection (through name) of boot files (uImage, fdt etc.)
Yes, hostname is harmless - also in real life: it will not cause any issues on the network, if several hosts set (locally) the same hostname. Several boards with the same IP address or (even worse) the same MAC addresse are much more "interesting" ;-)
I'm sorry for another continuation away from original patch discussion.
If actually not all network properties are really that harmful could you please comment on others as well - this will save a number of iterations on clean-up submission.
CONFIG_ETHADDR & CONFIG_IPADDR - it's simple - we don't want to have duplicates of the same MAC or/and IP address within one network. So definitely these ones must go away.
But others doesn't affect other devices in the network so why don't we leave them as well?
-Alexey