aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netpfil/common/forward.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Require python3 when using ScapyJose Luis Duran2025-03-031-1/+1
| | | | | | | | | | | | | | | python3 is a symbolic link that points to the current python 3.X version. It is possible for a system to have python (python 3.X) without the python3 (symlink) package. Test scripts that use Scapy are invoked using python3, so add it as a required program. Reviewed by: ngie, asomers Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D49007
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* Remove the svn:executable property from some pf test files.Mark Johnston2020-05-111-0/+0
| | | | | | | | | | | The test makefiles will handle setting mode bits during install. Also, Phabricator gets upset when uploading an executable plain-text file without a shebang. MFC after: 1 week Notes: svn path=/head/; revision=360905
* Reenable netinet6 and netpfil tests on i386, net/scapy 2.4.3_2 contains the fixLi-Wen Hsu2019-11-081-4/+0
| | | | | | | | PR: 239380 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=354553
* Temporarily skip sys.netpfil.common.forward.pf_v4 on i386 CI as it always failsLi-Wen Hsu2019-09-171-0/+4
| | | | | | | | PR: 240085 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=352462
* netpfil tests: Add forward test for the three firewallsKristof Provost2019-08-231-0/+101
Submitted by: Ahsan Barkati Reviewed by: kp Sponsored by: Google, Inc. (GSoC 2019) Differential Revision: https://reviews.freebsd.org/D21321 Notes: svn path=/head/; revision=351421