summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/if_pfsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netpfil/pf/if_pfsync.c')
-rw-r--r--sys/netpfil/pf/if_pfsync.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/netpfil/pf/if_pfsync.c b/sys/netpfil/pf/if_pfsync.c
index bd1e5c4..8736487 100644
--- a/sys/netpfil/pf/if_pfsync.c
+++ b/sys/netpfil/pf/if_pfsync.c
@@ -1545,6 +1545,16 @@ pfsync_sendout(int schedswi)
KASSERT(st->sync_state == q,
("%s: st->sync_state == q",
__func__));
+ if (st->timeout == PFTM_UNLINKED) {
+ /*
+ * This happens if pfsync was once
+ * stopped, and then re-enabled
+ * after long time. Theoretically
+ * may happen at usual runtime, too.
+ */
+ pf_release_state(st);
+ continue;
+ }
/*
* XXXGL: some of write methods do unlocked reads
* of state data :(
OpenPOWER on IntegriCloud