VPP-321: Fix filtering in LISP EID dump call
[vpp.git] / vnet / Makefile.am
index e9a7347..472fc71 100644 (file)
@@ -258,6 +258,7 @@ libvnet_la_SOURCES +=                               \
  vnet/ip/ip4_mtrie.c                           \
  vnet/ip/ip4_pg.c                              \
  vnet/ip/ip4_source_check.c                    \
+ vnet/ip/ip4_source_and_port_range_check.c     \
  vnet/ip/ip6_format.c                          \
  vnet/ip/ip6_forward.c                         \
  vnet/ip/ip6_hop_by_hop.c                      \
@@ -284,6 +285,7 @@ nobase_include_HEADERS +=                   \
  vnet/ip/igmp_packet.h                         \
  vnet/ip/ip.h                                  \
  vnet/ip/ip_feature_registration.h             \
+ vnet/ip/ip_source_and_port_range_check.h \
  vnet/ip/ip4.h                                 \
  vnet/ip/ip4_mtrie.h                           \
  vnet/ip/ip4_error.h                           \
@@ -548,14 +550,14 @@ nobase_include_HEADERS +=                 \
  vnet/flow/ipfix_packet.h
 
 ########################################
-# IPFIX sample code
+# IPFIX classify code
 ########################################
 
 libvnet_la_SOURCES +=                          \
-  vnet/flow/flow_report_sample.c
+  vnet/flow/flow_report_classify.c
 
 nobase_include_HEADERS +=                      \
-  vnet/flow/flow_report_sample.h
+  vnet/flow/flow_report_classify.h
 
 ########################################
 # lawful intercept