]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pfctl: Fix 'set skip' handling for groups
authorkp <kp@FreeBSD.org>
Sun, 13 Jan 2019 05:30:26 +0000 (05:30 +0000)
committerkp <kp@FreeBSD.org>
Sun, 13 Jan 2019 05:30:26 +0000 (05:30 +0000)
commitdff9d64e7bf20c5c0c7fb3713237bb2f6eece5b1
treefc1a6a1e7e887f4b097f6b32968a57c9ef78a4ca
parent101bdaba8de651b860a4bcc8736af162ba97ca60
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
MFC after: 1 week
sbin/pfctl/pfctl.c