On Fri, 2011-08-05 at 16:01 +0100, Alfredo Matos wrote: > Hi Dan, > > The first two patches introduce (more) fixes on the return types > properly handling libnl-1 return codes. > The rest is a consolidated nm_netlink_route_add function, making it > easier to handle the return codes and the common netlink calls. > > This patch set goes on top of the one I sent yesterday, or you can > just cherry pick them from the github repository [1].
I applied them all, and probably should have cherry-picked. Your mailer appears to be killing blank lines so I fixed the patches up manually. FYI. Thanks! Dan > Thanks, > > Alfredo. > > > [1] git://github.com/alfmatos/NetworkManager.git > > Alfredo Matos (4): > libnl: Use compat return for nl_route_add() > libnl: route delete can return ERANGE in libnl-1 > libnl: Create a common netlink route add function > libnl: Move to common route add function interface > > src/nm-netlink-compat.h | 7 ++ > src/nm-netlink-utils.c | 85 +++++++++++++++++++++++++++- > src/nm-netlink-utils.h | 7 ++ > src/nm-system.c | 143 +++++----------------------------------------- > 4 files changed, 114 insertions(+), 128 deletions(-) > _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
