created | 2021-01-16T23:23:47Z |
---|---|
begin | 2021-01-12T00:00:00Z |
end | 2021-01-13T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2021-01-12T00:10:34Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/if_pflog.c | log | diff | annotate |
src/sys/net/pfvar.h | log | diff | annotate | |
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@ |