Re: [uml-devel] [uml-user] proc filesystem ipaddress

2006-10-15 Thread Nic James Ferrier
Blaisorblade <[EMAIL PROTECTED]> writes: >> > Beyond that, I've found your bug. You can cast a (struct sockaddr*) to a >> > (struct sockaddr_in*), but your doing a worse cast; since ifr_addr is a >> > struct sockaddr, >> >> I don't think I'm doing that: >> >> ifreq.ifr_addr >> >> is the same a

Re: [uml-devel] [uml-user] proc filesystem ipaddress

2006-10-14 Thread Nic James Ferrier
Blaisorblade <[EMAIL PROTECTED]> writes: > On Friday 13 October 2006 05:33, Nic James Ferrier wrote: >> I've patched the ipv4 stack so that it does proc registration of the >> IP address for an iface. > Take a look at /proc/net/if_inet6, generated by I did take a