opnsense-src/tests/sys/netpfil/pf
Kyle Evans 1d2e31af14 pf tests: fix up a couple WARNS= 6 nits
common_init_tbl is only used within this single CU, so it should be marked
static.

WARNS=6 also complained about the var defined by
`ATF_TC_WITH_CLEANUP(getastats);` being unused, which turns out to be
because it's not been hooked up in ATF_TP_ADD_TCS. kp@ did not immediately
recall any reason for this, and the case passes on my local system, so hook
it up.

Note that I've not yet set WARNS= 6 here. Investigation is underway to see
if we can feasibly default WARNS to 6 for src builds to catch directories
too deep to inherit a WARNS from the top-level subdirectories' Makefile.inc.
Those particular WARNS settings will be subsequently removed as they become
redundant with a more-global default.

MFC after:	1 week
2020-05-14 23:20:58 +00:00
..
ioctl pf tests: fix up a couple WARNS= 6 nits 2020-05-14 23:20:58 +00:00
anchor.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
CVE-2019-5597.py netpfil tests: Add missing copyright & license statements 2019-10-29 09:47:12 +00:00
CVE-2019-5598.py netpfil tests: Add missing copyright & license statements 2019-10-29 09:47:12 +00:00
echo_inetd.conf netpfil tests: Add missing copyright & license statements 2019-10-29 09:47:12 +00:00
forward.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
fragmentation.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
icmp.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
Makefile Add a basic table entry counter regression test. 2020-05-11 19:08:03 +00:00
Makefile.depend DIRDEPS_BUILD: Connect new directories. 2017-10-31 00:04:07 +00:00
names.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
nat.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
pass_block.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
pfsync.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
rdr.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
route_to.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
set_skip.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
set_tos.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
synproxy.sh Remove the svn:executable property from some pf test files. 2020-05-11 19:07:33 +00:00
table.sh Add a basic table entry counter regression test. 2020-05-11 19:08:03 +00:00
utils.subr netpfil tests: Add missing copyright & license statements 2019-10-29 09:47:12 +00:00