]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pfsync: Ensure we enter network epoch before calling ip_output
authorkp <kp@FreeBSD.org>
Wed, 22 Jan 2020 21:01:19 +0000 (21:01 +0000)
committerkp <kp@FreeBSD.org>
Wed, 22 Jan 2020 21:01:19 +0000 (21:01 +0000)
commit02995f6a7e4368ba51e3abb497d6733a3beff673
tree4b57f1ada6e88f2f45f03073ef23a735695a41c8
parent749cacd58a904b781760194dbb1d517ef6c25d90
pfsync: Ensure we enter network epoch before calling ip_output

As of r356974 calls to ip_output() require us to be in the network epoch.
That wasn't the case for the calls done from pfsyncintr() and
pfsync_defer_tmo().
sys/netpfil/pf/if_pfsync.c