summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorDarrell Ball <dlu998@gmail.com>2019-02-13 15:34:21 -0800
committerBen Pfaff <blp@ovn.org>2019-02-14 14:18:56 -0800
commit4ea96698f66792302b88b06c756862e24cc5b88e (patch)
tree3f4920fe570a2a9c48ee81f50160ebe95d925513 /lib/automake.mk
parent9f17f104fe789b0ae803a2a45bba63057a73b116 (diff)
downloadopenvswitch-4ea96698f66792302b88b06c756862e24cc5b88e.tar.gz
Userspace datapath: Add fragmentation handling.
Fragmentation handling is added for supporting conntrack. Both v4 and v6 are supported. After discussion with several people, I decided to not store configuration state in the database to be more consistent with the kernel in future, similarity with other conntrack configuration which will not be in the database as well and overall simplicity. Accordingly, fragmentation handling is enabled by default. This patch enables fragmentation tests for the userspace datapath. Signed-off-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index ba1041095..bae032bd8 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Nicira, Inc.
+# Copyright (C) 2009-2018 Nicira, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -108,6 +108,8 @@ lib_libopenvswitch_la_SOURCES = \
lib/hmapx.h \
lib/id-pool.c \
lib/id-pool.h \
+ lib/ipf.c \
+ lib/ipf.h \
lib/jhash.c \
lib/jhash.h \
lib/json.c \