]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pf tests: More set skip on <ifgroup> tests
authorKristof Provost <kp@FreeBSD.org>
Sun, 16 May 2021 06:51:54 +0000 (08:51 +0200)
committerKristof Provost <kp@FreeBSD.org>
Mon, 17 May 2021 11:48:06 +0000 (13:48 +0200)
commit45db38554517c7e1b0cc0265113c22f92a0eb494
tree4319a23033d3187ea018087d2dd8b4b96fe0df7d
parentd69cc040147284c414dfd1c9f498dcc7c8291a8b
pf tests: More set skip on <ifgroup> tests

Test the specific case reported in PR 255852. Clearing the skip flag
on groups was broken because pfctl couldn't work out if a kif was a
group or not, because the kernel no longer set the pfik_group pointer.

PR: 255852
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30285
tests/sys/netpfil/pf/set_skip.sh