Re: [PATCH v1 1/2] poplar: use random mac address

2023-11-17 Thread Tom Rini
On Thu, Nov 09, 2023 at 11:34:34PM +0100, Igor Opaniuk wrote: > Set CONFIG_NET_RANDOM_ETHADDR=y, which sets random eth address in > case there is no configuration provided neither in CONFIG_ETHADDR > nor in "ethaddr" env variable. > > This fixes the problem: > poplar# dhcp > Error:

Re: [PATCH v1 1/2] poplar: use random mac address

2023-11-09 Thread Sam Protsenko
On Thu, Nov 9, 2023 at 4:34 PM Igor Opaniuk wrote: > > Set CONFIG_NET_RANDOM_ETHADDR=y, which sets random eth address in > case there is no configuration provided neither in CONFIG_ETHADDR > nor in "ethaddr" env variable. > > This fixes the problem: > poplar# dhcp > Error: ethernet@9841000

[PATCH v1 1/2] poplar: use random mac address

2023-11-09 Thread Igor Opaniuk
Set CONFIG_NET_RANDOM_ETHADDR=y, which sets random eth address in case there is no configuration provided neither in CONFIG_ETHADDR nor in "ethaddr" env variable. This fixes the problem: poplar# dhcp Error: ethernet@9841000 address not set. Signed-off-by: Igor Opaniuk ---