ip: add tests for message size verification 70/34570/5
authorKlement Sekera <ksekera@cisco.com>
Mon, 22 Nov 2021 20:25:57 +0000 (21:25 +0100)
committerOle Tr�an <otroan@employees.org>
Thu, 16 Dec 2021 15:08:20 +0000 (15:08 +0000)
commitfd1f56a770301bf116c0e248502f50ca88bff631
tree031c8f7b961e0b9b23899ac1605ddb135798950d
parent31ed835b35b8cdfe2dc8cac8bd1de8e9a1d3e8b0
ip: add tests for message size verification

Coverity complained that there is boundary checking in
add_del_punt_redirect_v2 handler. This test proves that such boundary
checking is not necessary as it is handled in the common path.

Type: test
Change-Id: Ibec054c01d4eb057accdc9d5732aba6fe6de51cc
Signed-off-by: Klement Sekera <ksekera@cisco.com>
test/test_ip4.py