ip: refactor reassembly 13/20313/11
authorKlement Sekera <ksekera@cisco.com>
Mon, 24 Jun 2019 11:52:49 +0000 (11:52 +0000)
committerOle Trøan <otroan@employees.org>
Wed, 25 Sep 2019 08:23:04 +0000 (08:23 +0000)
commit896c896a3c4ed563a270281ff8b50fd253f4833f
tree801170d6b2d3c7ae4ff782e7f7088b4d6146d393
parent5e2f84d2cf97a6efa89c1c4bbf80de6a8f03d2a8
ip: refactor reassembly

this is a preparation step for introducing other reassembly types

Type: refactor

Change-Id: I197e299dbd729b00eead31667913b8ceff915d63
Signed-off-by: Klement Sekera <ksekera@cisco.com>
src/vnet/CMakeLists.txt
src/vnet/ip/ip46_cli.c
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip4_input.c
src/vnet/ip/ip6_forward.c
src/vnet/ip/ip_api.c
src/vnet/ip/reass/ip4_full_reass.c [moved from src/vnet/ip/ip4_reassembly.c with 63% similarity]
src/vnet/ip/reass/ip4_full_reass.h [moved from src/vnet/ip/ip4_reassembly.h with 65% similarity]
src/vnet/ip/reass/ip6_full_reass.c [moved from src/vnet/ip/ip6_reassembly.c with 65% similarity]
src/vnet/ip/reass/ip6_full_reass.h [moved from src/vnet/ip/ip6_reassembly.h with 65% similarity]
test/test_reassembly.py