summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-08-17 15:59:36 -0700
committerThomas Haller <thaller@redhat.com>2017-08-18 15:01:04 +0200
commit0164d57aee542507942b1f746d9ff3140d61658b (patch)
treea6d9f71c479c5509e414dff149af0428f8b86f5d /Makefile.am
parent000a792c7b2b3cffa731c8170eb9c969b569d8a9 (diff)
downloadlibnl-0164d57aee542507942b1f746d9ff3140d61658b.tar.gz
route: Add support for lwtunnel encapsulations
Add framework to support lwtunnel encapsulations per nexthop. Encapsulations types are expected to fill in the nh_encap_ops for building and parsing messages, compare encapsulations in routes, dumping the encapsulations and freeing memory. Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9bd08621..c24f16d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -385,6 +385,7 @@ lib_libnl_route_3_la_SOURCES = \
lib/route/neightbl.c \
lib/route/netconf.c \
lib/route/nexthop.c \
+ lib/route/nexthop_encap.c \
lib/route/pktloc.c \
lib/route/qdisc/blackhole.c \
lib/route/qdisc.c \