ip: reassembly-separate feature and custom code 26/20126/6
authorKlement Sekera <ksekera@cisco.com>
Mon, 17 Jun 2019 12:23:15 +0000 (12:23 +0000)
committerOle Trøan <otroan@employees.org>
Tue, 18 Jun 2019 08:45:30 +0000 (08:45 +0000)
commite849865fb8819a3980658b251a8e24595170d436
tree8217f2fc1eb7c3acb99bca4190d278c1cbb832c1
parent3860a77e9ff1d945259301045db339667c2c2c6d
ip: reassembly-separate feature and custom code

This change is made fix a crash, because is_feature flag semantics turn
out to be different from "custom app code" semantics. Introduce a flag
which custom plugins/apps can use to instead of tying that code to
is_feature flag.

Change-Id: Ief5898711e68529f9306cfac54c4dc9b3650f9e3
Ticket: N/A
Type: fix
Fixes: 21aa8f1022590b8b5caf819b4bbd485de0f1dfe5
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Ole Troan <ot@cisco.com>
src/vnet/buffer.h
src/vnet/ip/ip4_reassembly.c
src/vnet/ip/ip6_reassembly.c
test/test_ip6.py