ip: IPv4 Fragmentation fix for l2fragmetable size 74/35574/3
authorNeale Ranns <neale@graphiant.com>
Tue, 8 Mar 2022 13:24:28 +0000 (13:24 +0000)
committerOle Tr�an <otroan@employees.org>
Wed, 9 Mar 2022 19:15:05 +0000 (19:15 +0000)
commit346c24723b8060c08542ea84921a997c7951ece7
treede37feef05fa92b328dade84a93e760b69ca0e30
parent23e5f0923b843f11d79e57b456a4073d4be3e6f9
ip: IPv4 Fragmentation fix for l2fragmetable size

Type: fix

The l2unfragmentable size is not included in the calculation of 'max', the maximum amount of data that can be added to a fragment, therefore the fragments created are too big.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: Id1e949ad98203b6f8ea2f55322ef6fa3d507e2a6
src/vnet/ip/ip_frag.c
test/test_map.py