On Wed, Dec 19, 2007 at 08:28:49AM -0600, Chris Friesen wrote:
> 
> I've included the traces below, they're pretty long.  I don't know 
> enough about the netlink format to trace the responses, but I did notice 
> one interesting thing.
> 
> In the "ip neigh show" case the "bond2" entry isn't printed out, but I 
> can see the string "bond2" in the recvmsg() call so it looks like the 

Actually bond2 isn't in the recvmsg, it's just that strace is
printing out the complete content of the buffer which happenes
to include bond2.

I've verified that the first recvmsg indeed does not contain the
bond2 address at all.  Instead of the first 3 IPv4 records it has
3 IPv6 records.  So we seem to have a kernel problem here.

However, too many changes have been made in this area since 2.6.14
for it to be worthwhile for me to debug this any further until you
manage to reproduce it with the current kernel.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to