summaryrefslogtreecommitdiffstats
path: root/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'forward.c')
-rw-r--r--forward.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/forward.c b/forward.c
index 3e09c7f..b7c8b3b 100644
--- a/forward.c
+++ b/forward.c
@@ -492,6 +492,10 @@ process_coarse_timers (struct context *c)
check_push_request (c);
#endif
+#ifdef ENABLE_PF
+ pf_check_reload (c);
+#endif
+
/* process --route options */
check_add_routes (c);