reassembly: bug fixes 95/11395/7
authorKlement Sekera <ksekera@cisco.com>
Tue, 27 Mar 2018 08:34:43 +0000 (10:34 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 3 Apr 2018 19:56:37 +0000 (19:56 +0000)
commit3ecc221162d644884048014dbd399a1f78b89700
tree97c8738ba196ca60447f613c10067cf77b78e662
parent104404348fdb54504e65c39182d405bdcee926fd
reassembly: bug fixes

This change fixes a bug which would corrupt features infra by making
feature infra resistant to double-removal. It also fixes 'out of memory'
issue by properly initializing the bihash tables.

Change-Id: I78ac03139234a9a0e0b48e7bdfac1c38a0069e82
Signed-off-by: Klement Sekera <ksekera@cisco.com>
src/vnet/feature/feature.c
src/vnet/ip/ip4_reassembly.c
src/vnet/ip/ip6_reassembly.c
test/test_reassembly.py