yet another set of regression tests for pf(4). Unlike tests
authorsashan <sashan@openbsd.org>
Mon, 9 Jan 2023 10:21:40 +0000 (10:21 +0000)
committersashan <sashan@openbsd.org>
Mon, 9 Jan 2023 10:21:40 +0000 (10:21 +0000)
commit44f1544a0749abac845e541cd856c4ec059c4742
treed6ea3c97f2237f5dff2a543738c3d22c7050bb64
parentce2a788356c69a4fb5ae6015b5ffa2bf619aad5e
yet another set of regression tests for pf(4). Unlike tests
found in pf_forward the tests in pf_policy use local bound
traffic to provide simple testing of various pf features.
The initial commit brings few tests using icmp echo to
test anchor rules.

anton@ helped a lot to improve pf_policy/Makefile

OK anton@
12 files changed:
regress/sys/net/Makefile
regress/sys/net/pf_policy/Makefile [new file with mode: 0644]
regress/sys/net/pf_policy/absolute.conf [new file with mode: 0644]
regress/sys/net/pf_policy/list.conf [new file with mode: 0644]
regress/sys/net/pf_policy/loop-relative.conf [new file with mode: 0644]
regress/sys/net/pf_policy/loop.conf [new file with mode: 0644]
regress/sys/net/pf_policy/nesting-once.conf [new file with mode: 0644]
regress/sys/net/pf_policy/nesting.conf [new file with mode: 0644]
regress/sys/net/pf_policy/once.conf [new file with mode: 0644]
regress/sys/net/pf_policy/quick.conf [new file with mode: 0644]
regress/sys/net/pf_policy/relative.conf [new file with mode: 0644]
regress/sys/net/pf_policy/simple.conf [new file with mode: 0644]