summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2014-05-07 17:22:50 (GMT)
committerThomas Haller <thaller@redhat.com>2014-05-12 12:03:34 (GMT)
commitc79754297adcd933b275aeabbb94d9bd34f3bb33 (patch)
tree8e22a8e8ab31e458a4f2ff2d4e7dea9ff60df8fe /include/Makefile.am
parente21099908f6e22d869b2b8eeb1ffbcc2eff209e4 (diff)
downloadlibnl-c79754297adcd933b275aeabbb94d9bd34f3bb33.zip
libnl-c79754297adcd933b275aeabbb94d9bd34f3bb33.tar.gz
libnl-c79754297adcd933b275aeabbb94d9bd34f3bb33.tar.bz2
tunnel: add a copy of include/linux/if_tunnel.h
This should fix the following compile error: route/link/ipip.c:52: error: ‘IFLA_IPTUN_MAX’ undeclared here (not in a function) route/link/ipip.c:53: error: ‘IFLA_IPTUN_LINK’ undeclared here (not in a function) route/link/ipip.c:53: error: array index in initializer not of integer type route/link/ipip.c:53: error: (near initialization for ‘ipip_policy’) route/link/ipip.c:53: error: field name not in record or union initializer route/link/ipip.c:53: error: (near initialization for ‘ipip_policy’) ... Reported-by: Vinson Lee <vlee@twitter.com> Cc: Susant Sahani <susant@redhat.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 73d7c15..1db0597 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -120,6 +120,7 @@ noinst_HEADERS = \
linux/if.h \
linux/if_bridge.h \
linux/if_link.h \
+ linux/if_tunnel.h \
linux/if_vlan.h \
linux/ip.h \
linux/ip_mp_alg.h \