]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix incorrect byte order in ipfstat -f output.
authorCy Schubert <cy@FreeBSD.org>
Fri, 17 Jul 2020 19:07:59 +0000 (19:07 +0000)
committerCy Schubert <cy@FreeBSD.org>
Fri, 17 Jul 2020 19:07:59 +0000 (19:07 +0000)
commit4fbd491ee3bfa7fcbb14f78768f543c80558548c
tree4c855eb5d6a4935f70ae649853f6e96fdd654d6b
parent1b5e9f7d1ed62e6f399eb42714caa4b4d734a115
Fix incorrect byte order in ipfstat -f output.
- make sure frag is initialized to 0
- initialize ipfr_p field

NetBSD PR: 55137
Submitted by: christos@NetBSD.org
Reported by: christos@NetBSD.org
Obtained from: NetBSD fil.c r1.32, ip_frag.c r1.8
MFC after: 2 weeks
sys/contrib/ipfilter/netinet/fil.c
sys/contrib/ipfilter/netinet/ip_frag.c