HomeFreeBSD

netpfil tests: skip checksum verification in pft_ping.py

Description

netpfil tests: skip checksum verification in pft_ping.py

From scapy 2.6.0 it now removes (sets to None) the IP checksum in its defrag
code. We typically ask for IPv4 or IPv6 defragmentation, which causes check
function failures.

Just skip the checksum verificiation here, because we're going to notice
incorrect checksums even if the tests don't directly verify it.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Details

Provenance
kpAuthored on Mon, Oct 14, 12:57 PM
Parents
rG1b0e41ddffbf: igc: Function prototype cleanup
Branches
Unknown
Tags
Unknown