Technically, the MAC is only stored in netif->hwaddr and only used from
the ARP, DHCP and AutoIP modules (aside from maybe your netif driver and
SNMP). So you might get what you want by stopping both DHCP and AutoIP
and then just changing netif->hwaddr.
I did not test this though! Also, care m
Thanks,
it did work :) I was wondering about the MAC address, is there a similar set
of function we could use? Know if it's possible to change it on run time?
Thanks!
Alex
>> Date: Sat, 25 Jul 2009 16:35:38 +0400
>> From: Mike Kleshov
>> Subject: Re: [lwip-users] Restarting lwip/ethernet