#
a39dedeb |
| 20-Jan-2023 |
Kajetan Staszkiewicz <vegeta@tuxpowered.net> |
netpfil tests: improve sniffer.py
Multiple improvements to sniffer.py:
* Remove ambiguity of configuring recvif, it must be now explicitly specified. * Don't catch exceptions around creating the sn
netpfil tests: improve sniffer.py
Multiple improvements to sniffer.py:
* Remove ambiguity of configuring recvif, it must be now explicitly specified. * Don't catch exceptions around creating the sniffer, let it properly fail and display the whole stack trace. * Count correct packets so that duplicates can be found.
MFC after: 1 week Sponsored by: InnoGames GmbH Differential Revision: https://reviews.freebsd.org/D38120
show more ...
|
#
30276ef1 |
| 19-Oct-2021 |
Kristof Provost <kp@FreeBSD.org> |
pf tests: test NAT-ed ICMP errors
Ensure that the ICMP error is returned with the correct source and destination addresses.
MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate")
pf tests: test NAT-ed ICMP errors
Ensure that the ICMP error is returned with the correct source and destination addresses.
MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D32572
show more ...
|