CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/01/11 17:10:34
Modified files:
sys/net : if_pflog.c pfvar.h
sbin/pfctl : parse.y pfctl_parser.c
Log message:
Sometimes a user ID was logged in pflog(4) although the logopt of
the rule did not specify it. Check the option again for the log
rule in case another rule has triggered a socket lookup. Remove
logopt group, it is not documented and cannot work as struct pfloghdr
does not contain a gid. Rename PF_LOG_SOCKET_LOOKUP to PF_LOG_USER
to express what it does. The lookup involved is only an implemntation
detail.
OK kn@ sashan@ mvs@