Home
last modified time | relevance | path

Searched hist:c3e14afc186ccb3f2a790c8a5d987420ed801090 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dif_pflog.cdiff c3e14afc186ccb3f2a790c8a5d987420ed801090 Mon Dec 05 22:52:10 CET 2016 Kristof Provost <kp@FreeBSD.org> pflog: Correctly initialise subrulenr

subrulenr is considered unset if it's set to -1, not if it's set to 1.
See contrib/tcpdump/print-pflog.c pflog_print() for a user.

This caused incorrect pflog output (tcpdump -n -e -ttt -i pflog0):
rule 0..16777216(match)
instead of the correct output of
rule 0/0(match)

PR: 214832
Submitted by: andywhite@gmail.com