On Wednesday 23 September 2015 13:45:12 Rees, Kevron wrote: > (gdb) print ifa > $1 = (struct ifaddrs *) 0x6efb18 > (gdb) print ifa->ifa_addr > $2 = (struct sockaddr *) 0x0 > > It looks like ifa_addr is null for some reason. Any ideas how this could > be?
Can you paste the output of ip addr on your system? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
