diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2004-04-25 02:32:36 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2004-04-25 02:32:36 +0000 |
commit | 8656adaef3dd7fc8fa5dbfea91bc95376b2bc07b (patch) | |
tree | 8eda7ef6967b82e2fbe6a7bc6171447ad268ff8b /sys/net | |
parent | 97cb5aa71bc240da12a1cffdffa870eb673a68af (diff) |
sync 'other' in test6, too.
ok dhartmei@ mcbride@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pf.c | 5 |
1 files changed, 4 insertions, 1 deletions
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; |