map: use ip6-full-reassembly instead of own code 45/22445/3
authorKlement Sekera <ksekera@cisco.com>
Tue, 1 Oct 2019 13:00:22 +0000 (13:00 +0000)
committerOle Trøan <otroan@employees.org>
Wed, 9 Oct 2019 12:53:44 +0000 (12:53 +0000)
commit7b2e9fb1a8f389fa7b88fcbaf3356cbdae254250
tree2ef293fd777c7260f3f3fdbc7315a460c5ce35aa
parentd5262831a3379afc77cab9a16067765585dd5175
map: use ip6-full-reassembly instead of own code

Remove map's implementation of reassembly and use common
ip6-full-reassembly functionality. This makes it easier to maintain by
removing duplicate code/functionality.

Type: refactor

Change-Id: I430e888b704e28c100a9ce075d1460cb529e4676
Signed-off-by: Klement Sekera <ksekera@cisco.com>
src/plugins/map/ip6_map.c
src/plugins/map/map.api
src/plugins/map/map.c
src/plugins/map/map.h
src/plugins/map/map_api.c
src/plugins/map/test/test_map.py
src/vnet/ip/reass/ip4_full_reass.c
src/vnet/ip/reass/ip4_full_reass.h
src/vnet/ip/reass/ip6_full_reass.c
src/vnet/ip/reass/ip6_full_reass.h