Re: [Qemu-devel] qemu tun networking bug

2005-07-12 Thread Vitaly Belostotsky
pstrcpy(ifr.ifr_name, IFNAMSIZ, "tun%d"); ret = ioctl(fd, TUNSETIFF, (void *) &ifr); if (ret != 0) { May be the problem deserves mentioning in some qemu docs? Regards Vitaly On Tue, Jul 12, 2005 at 03:09:43AM +0200, Henrik Nordstrom wrote: > On Tue, 12 Jul 2005, Vitaly Bel

[Qemu-devel] qemu tun networking bug

2005-07-11 Thread Vitaly Belostotsky
Dear QEMU developers! This is my first post to this list so please don't be very angry if I'm doing something wrong. I've encountered some network related bug when using qemu with tun and I'm willing to debug it but could you please provide some help. The bug isn't new, I believe it's described