From 896c896a3c4ed563a270281ff8b50fd253f4833f Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Mon, 24 Jun 2019 11:52:49 +0000 Subject: ip: refactor reassembly this is a preparation step for introducing other reassembly types Type: refactor Change-Id: I197e299dbd729b00eead31667913b8ceff915d63 Signed-off-by: Klement Sekera --- src/vnet/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/vnet/CMakeLists.txt') diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 1e51f3d7102..aaa16d8389b 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -431,7 +431,7 @@ list(APPEND VNET_SOURCES ip/ip4_pg.c ip/ip4_source_and_port_range_check.c ip/ip4_source_check.c - ip/ip4_reassembly.c + ip/reass/ip4_full_reass.c ip/ip6_format.c ip/ip6_forward.c ip/ip6_ll_table.c @@ -441,7 +441,7 @@ list(APPEND VNET_SOURCES ip/ip6_input.c ip/ip6_neighbor.c ip/ip6_pg.c - ip/ip6_reassembly.c + ip/reass/ip6_full_reass.c ip/rd_cp.c ip/ip_neighbor.c ip/ip_api.c @@ -461,9 +461,9 @@ list(APPEND VNET_SOURCES list(APPEND VNET_MULTIARCH_SOURCES ip/ip4_source_check.c ip/ip4_punt_drop.c - ip/ip4_reassembly.c + ip/reass/ip4_full_reass.c ip/ip6_hop_by_hop.c - ip/ip6_reassembly.c + ip/reass/ip6_full_reass.c ip/ip6_input.c ip/ip6_punt_drop.c ip/punt_node.c -- cgit 1.2.3-korg