ip: Use full reassembly for fragments in ip6-local 16/30516/2
authorNeale Ranns <neale@graphiant.com>
Fri, 18 Dec 2020 09:42:18 +0000 (09:42 +0000)
committerOle Tr�an <otroan@employees.org>
Sun, 27 Dec 2020 10:34:10 +0000 (10:34 +0000)
commitf6472e0f7b220226f2c2d4b7e05de4ebe7f36663
tree105eb6d35931c5e304e3daceaedfe6a2e0905318
parentaf588825ba4586fadbdb742953ca640e94cd59ef
ip: Use full reassembly for fragments in ip6-local

Type: fix

shallow was the default, but probably by accident as it depended on
module load order.
full assembly is the v4 behaviour.

using proper types allows gdb to print enum names.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: If157c5b83614c7adbd7a15a8227a68f8caf4e92c
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ip/ip6_forward.c
src/vnet/ip/reass/ip6_sv_reass.c