]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357061:
authorKristof Provost <kp@FreeBSD.org>
Thu, 11 Jun 2020 16:51:13 +0000 (16:51 +0000)
committerKristof Provost <kp@FreeBSD.org>
Thu, 11 Jun 2020 16:51:13 +0000 (16:51 +0000)
commit69621bd6292af36aa09cb886b7e0a1a45e7c4edd
tree3f4b87d5e0dea0015e9b52416f150ead2769b865
parent73de33fe4a411d3ca881d038dd29625c780b0e99
MFC r357061:

pf: Apply kif flags to new group members

If we have a 'set skip on <ifgroup>' rule this flag it set on the group
kif, but must also be set on all members. pfctl does this when the rules
are set, but if groups are added afterwards we must also apply the flags
to the new member. If not, new group members will not be skipped until
the rules are reloaded.
sys/netpfil/pf/pf_if.c