Laine Stump
Thu, 22 Oct 2009 06:44:00 -0700
(I had sent this last night, don't know why it didn't get through). These patches add a dependency on libnl (a helper library for the NETLINK socket and API), change the code over to use NETLINK (rather than ioctl(SIOCGIFADDR) to retrieve interface IP addresses, and finally remove the old deprecated function (done in a separate patch to force the diffs into something easy to understand). _______________________________________________ netcf-devel mailing list netcf-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/netcf-devel
[netcf-devel] [PATCH 0-3] Use NETLINK for for interface IP addresses Laine Stump
- [netcf-devel] [PATCH 2/3] Use netlink to get interface IP addresses. Laine Stump
- [netcf-devel] [PATCH 1/3] Require libnl for build/install libnl has APIs to make it easier to deal with the NETLINK socket, which is the approved method of retrieving IPv6 addresses of interfaces, among other useful things. Laine Stump
- [netcf-devel] [PATCH 3/3] Remove newly deprecated code. Laine Stump
- Re: [netcf-devel] [PATCH 3/3] Remove newly deprecated code. David Lutterkort
- Re: [netcf-devel] [PATCH 0-3] Use NETLINK for for interface IP addresses David Lutterkort