2011/7/12 Toralf Förster <[email protected]>:
> Hello,
>
> when I start my user mdoe linux to use a tap device, I see this in the guesgt
> kernel log :
>
> 2011-07-12T15:39:48.316+02:00 n22_uml kernel: Netdevice 0 (7a:cf:14:11:67:01)
> :
This printk() just sucks.
drivers/net_kern.c:
printk(KERN_INFO "Netdevice %d (%pM) : ", n, device->mac);
> 2011-07-12T15:39:48.316+02:00 n22_uml kernel: TUN/TAP backend -
This one too...
os-Linux/drivers/tuntap_kern.c:
printk(KERN_INFO "TUN/TAP backend - ");
if (tpri->gate_addr != NULL)
printk(KERN_CONT "IP = %s", tpri->gate_addr);
printk(KERN_CONT "\n");
So, nothing to worry about. :)
--
Thanks,
//richard
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user