tests: fix ipv6 fragmented esp w/ scapy 2.4.5 57/41357/9
authorBenoît Ganne <[email protected]>
Thu, 1 Aug 2024 13:09:26 +0000 (15:09 +0200)
committerDave Wallace <[email protected]>
Wed, 7 Aug 2024 13:18:47 +0000 (13:18 +0000)
commitd13b61171b5b842dd0e50c1f62bc1d6b4a944e42
tree17969702d966f07b88fd3f7e59072fbbd4188e68
parent0f2c6cd1ab5b5a627b78e4d7019d5f8a15a76613
tests: fix ipv6 fragmented esp w/ scapy 2.4.5

Since scapy 2.4.4, scapy will not decode the next layer if the fragment
offset is not 0 - IOW it will decode only for the 1st fragment.
See https://github.com/secdev/scapy/commit/f1c26e77c535598f84b01035ac8ac465def30c72

Type: fix

Change-Id: If738734f90b15b24c0d98fec4bce4ff48c6d5fea
Signed-off-by: Benoît Ganne <[email protected]>
test/template_ipsec.py
test/test_ipsec_esp.py