Re: [mpls-linux-devel] quagga netlink patch
Status: Beta
Brought to you by:
jleu
From: <jl...@mi...> - 2010-04-21 04:35:14
|
Renato, Thanks for the patches. I will work with them tomorrow night. On Tue, Apr 20, 2010 at 03:56:02PM -0300, Renato Westphal wrote: > James, please add this patch to the netlink-master branch, it fixes a false > "recvmsg overrun". > > I've done some tests with the nexthop and netlink branches, and they are > working ok. However there are still some problems with plus-master, I will > try to get that fixed, but any help would be appreciated. > > Renato. > --- a/zebra/netlink.c 2010-04-19 14:49:52.582940754 -0300 > +++ b/zebra/netlink.c 2010-04-19 14:49:52.658955027 -0300 > @@ -286,6 +286,7 @@ > zlog (NULL, LOG_ERR, "Can't raise privileges"); > > status = recvmsg (nl->sock, &msg, 0); > + save_errno = errno; > if (status < 0) > { > if (save_errno == EINTR) > ------------------------------------------------------------------------------ > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel -- James R. Leu jl...@mi... |