Skip to content

Commit

Permalink
Merge branch 'xfrm'
Browse files Browse the repository at this point in the history
http://lists.infradead.org/pipermail/libnl/2014-June/001503.html

Signed-off-by: Thomas Haller <thaller@redhat.com>
  • Loading branch information
thom311 committed Jul 20, 2014
2 parents dcc5375 + 51941b1 commit 5f9eedc
Show file tree
Hide file tree
Showing 20 changed files with 6,865 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -7,7 +7,8 @@ SUBDIRS = include lib man python tests
pkgconfig_DATA = libnl-3.0.pc \
libnl-route-3.0.pc \
libnl-genl-3.0.pc \
libnl-nf-3.0.pc
libnl-nf-3.0.pc \
libnl-xfrm-3.0.pc

if ENABLE_CLI
SUBDIRS += src
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -127,6 +127,7 @@ libnl-route-3.0.pc
libnl-genl-3.0.pc
libnl-nf-3.0.pc
libnl-cli-3.0.pc
libnl-xfrm-3.0.pc
lib/Makefile
include/Makefile
src/Makefile
Expand Down
9 changes: 8 additions & 1 deletion include/Makefile.am
Expand Up @@ -93,7 +93,13 @@ nobase_libnlinclude_HEADERS = \
netlink/idiag/meminfo.h \
netlink/idiag/msg.h \
netlink/idiag/req.h \
netlink/idiag/vegasinfo.h
netlink/idiag/vegasinfo.h \
netlink/xfrm/ae.h \
netlink/xfrm/lifetime.h \
netlink/xfrm/sa.h \
netlink/xfrm/selector.h \
netlink/xfrm/sp.h \
netlink/xfrm/template.h

if ENABLE_CLI
nobase_libnlinclude_HEADERS += \
Expand Down Expand Up @@ -141,6 +147,7 @@ noinst_HEADERS = \
linux/pkt_sched.h \
linux/rtnetlink.h \
linux/snmp.h \
linux/xfrm.h \
linux/tc_ematch/tc_em_meta.h \
netlink-private/genl.h \
netlink-private/netlink.h \
Expand Down

0 comments on commit 5f9eedc

Please sign in to comment.