Joerg wrote :
> Hello all,
> reading the sources of iproute2-2.6.15-060110 I found something that
> actually might be a buglet. In libnetlink.c, function rtnl_talk is the
> following piece of code:
>
> 303:if (nladdr.nl_pid != peer ||
> 304:h->nlmsg_pid != rtnl->local
Hello all,
reading the sources of iproute2-2.6.15-060110 I found something that
actually might be a buglet. In libnetlink.c, function rtnl_talk is the
following piece of code:
303:if (nladdr.nl_pid != peer ||
304:h->nlmsg_pid != rtnl->local.nl_pid ||
305: