]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343130
authorkp <kp@FreeBSD.org>
Mon, 21 Jan 2019 00:32:03 +0000 (00:32 +0000)
committerkp <kp@FreeBSD.org>
Mon, 21 Jan 2019 00:32:03 +0000 (00:32 +0000)
commit4c286a5fb062a5dae4295626193ea3a193399875
tree7b3f19d0be881d05901da3d83bf8a3320051f24a
parent534915ceea0ab4cb453d4cbedab4634ca16ce0f4
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