Hi, Mark
I attach the message before bridge.c fixes after conf.c fix.
This message solve your problem?
Thanks
Atsushi SAKAI
Mark McLoughlin <markmc(a)redhat.com> wrote:
Hi there,
On Fri, 2007-02-16 at 19:24 +0900, Atsushi SAKAI wrote:
> - ((struct sockaddr_in *)&ifr.ifr_addr)->sin_family = AF_INET;
> - ((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr = inaddr;
> + ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_family = AF_INET;
> + ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_addr = inaddr;
Could you explain this change? I'm not sure I follow what the problem
was or how it fixes it.
Thanks,
Mark.