]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343130
authorKristof Provost <kp@FreeBSD.org>
Mon, 21 Jan 2019 00:32:04 +0000 (00:32 +0000)
committerKristof Provost <kp@FreeBSD.org>
Mon, 21 Jan 2019 00:32:04 +0000 (00:32 +0000)
commitb114a676d63de87d5fa956692bc6a0c8bf7bf39e
tree3eda8df0ab6eb7c9f4ef3bbee0a89457503cc580
parent6ae50e2fa65f2d6df9793fd2089c23da1daee6b9
MFC r343130

pf: fix pfsync breaking carp

Fix missing initialisation of sc_flags into a valid sync state on clone which
breaks carp in pfsync.

This regression was introduce by r342051.

PR: 235005
Submitted by: smh@FreeBSD.org
Pointy hat to: kp
sys/netpfil/pf/if_pfsync.c