On Mon, May 11, 2009 at 12:59 PM, Deepak Gopalakrishnan
<[email protected]> wrote:
>
> Im able to run the simhost application on my Ubuntu 8.04 system. while
> trying to debug the code, im not able to location the code that sets the MAC
> address for the tap0 device.
> Can anyone help me as in which file to look for this?

maybe you can check in main_thread() function (in simhost.c) in line 379

netif_set_default(netif_add(&netif,&ipaddr, &netmask, &gw, NULL, tapif_init,
                  tcpip_input));
  netif_set_up(&netif);




> Thanks in advance
> Regards,
> Deepak Gopalakrishnan
> EmSyS
> Larsen & Toubro Ltd
> KIADB industrial Area
> Hebbal Hootagalli
> Mysore
> India- 570018
>
> This mail is classified as :
> ( ) L&T EmSyS Proprietary ( ) L&T EmSyS Confidential (  ) L&T EmSyS Internal
> Use ( ) L&T EmSyS General Business
>
> _______________________________________________
-- 
Iwan Budi Kusnanto


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to