ip: refactor reassembly 76/22476/2
authorKlement Sekera <[email protected]>
Mon, 24 Jun 2019 11:52:49 +0000 (11:52 +0000)
committerAndrew Yourtchenko <[email protected]>
Thu, 3 Oct 2019 08:43:03 +0000 (08:43 +0000)
commitd46055e868b7e687f50866f8aa1cefc177836bc7
treefe5d9a05db86996d210495c66caca2da94fbf37e
parent3f6e370ebd13d101ec6f54eef15e7373818801da
ip: refactor reassembly

this is a preparation step for introducing other reassembly types

Type: refactor

Change-Id: I197e299dbd729b00eead31667913b8ceff915d63
Signed-off-by: Klement Sekera <[email protected]>
(cherry picked from commit 896c896a3c4ed563a270281ff8b50fd253f4833f)
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