[PATCH 1/2] Contains the relevant library sources, build file changes to incorporate

Thomas Haller thaller at redhat.com
Sun Jul 20 12:33:50 PDT 2014


On Tue, 2014-06-24 at 15:03 -0400, ysruthi at gmail.com wrote:
> From: Sruthi Yellamraju <ysruthi at gmail.com>
> 
> Adding support for XFRM in Libnl 3.2.24.
> 
> Signed-off-by: Sruthi Yellamraju <ysruthi at gmail.com>
> ---
>  Makefile.am                       |    3 +-
>  configure.ac                      |    1 +
>  include/Makefile.am               |    9 +-
>  include/linux/xfrm.h              |  502 +++++++++
>  include/netlink-private/netlink.h |    1 +
>  include/netlink-private/types.h   |  227 ++++
>  include/netlink/xfrm/ae.h         |  111 ++
>  include/netlink/xfrm/lifetime.h   |   87 ++
>  include/netlink/xfrm/sa.h         |  178 ++++
>  include/netlink/xfrm/selector.h   |  100 ++
>  include/netlink/xfrm/sp.h         |  142 +++
>  include/netlink/xfrm/template.h   |  101 ++
>  lib/Makefile.am                   |   11 +-
>  lib/xfrm/ae.c                     |  977 +++++++++++++++++
>  lib/xfrm/lifetime.c               |  273 +++++
>  lib/xfrm/sa.c                     | 2075 +++++++++++++++++++++++++++++++++++++
>  lib/xfrm/selector.c               |  350 +++++++
>  lib/xfrm/sp.c                     | 1369 ++++++++++++++++++++++++
>  lib/xfrm/template.c               |  338 ++++++
>  libnl-xfrm-3.0.pc.in              |   11 +
>  20 files changed, 6863 insertions(+), 3 deletions(-)


Hi Sruthi,

I merged this patch too as
https://github.com/thom311/libnl/commit/5f9eedc22d381ac8e234e0a649c4b3c9631b6124

It looks good to me, and even if there happen to be some issues, I think
it is better to merge it now and handle them separately. This way the
code is easier accessible to people might use and test it.

Thank you for all the work!!
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/libnl/attachments/20140720/8ea62ecc/attachment.sig>


More information about the libnl mailing list