]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342989
authorkp <kp@FreeBSD.org>
Sun, 20 Jan 2019 22:01:41 +0000 (22:01 +0000)
committerkp <kp@FreeBSD.org>
Sun, 20 Jan 2019 22:01:41 +0000 (22:01 +0000)
commit534915ceea0ab4cb453d4cbedab4634ca16ce0f4
treeec2912ac6b2d2e629927e9e159ee23ce167fa017
parenta70261a051d324f59c835b5c06042824d985fcc3
MFC r342989

pfctl: Fix 'set skip' handling for groups

When we skip on a group the kernel will automatically skip on the member
interfaces. We still need to update our own cache though, or we risk
overruling the kernel afterwards.

This manifested as 'set skip' working initially, then not working when
the rules were reloaded.

PR: 229241
sbin/pfctl/pfctl.c