]> 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, 24 May 2021 15:38:22 +0000 (17:38 +0200)
commit25fa4b8e668fed449e4c52f2a9be134c067d749c
tree77968808b13c9a3fbff3dc21c4ec174393e5c0b5
parent31424ca0a1d02d10011f2d3c32d49c8e8a3e7c96
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

(cherry picked from commit 45db38554517c7e1b0cc0265113c22f92a0eb494)
tests/sys/netpfil/pf/set_skip.sh