From 8656adaef3dd7fc8fa5dbfea91bc95376b2bc07b Mon Sep 17 00:00:00 2001 From: Philipp Buehler Date: Sun, 25 Apr 2004 02:32:36 +0000 Subject: sync 'other' in test6, too. ok dhartmei@ mcbride@ --- sys/net/pf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/net/pf.c b/sys/net/pf.c index 2e3318289d4..1ddfe8f51a5 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.437 2004/04/25 00:34:08 dhartmei Exp $ */ +/* $OpenBSD: pf.c,v 1.438 2004/04/25 02:32:35 pb Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -5762,6 +5762,9 @@ pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0) default: action = pf_test_state_other(&s, dir, kif, &pd); if (action == PF_PASS) { +#if NPFSYNC + pfsync_update_state(s); +#endif r = s->rule.ptr; a = s->anchor.ptr; log = s->log; -- cgit v1.2.3