From 9b7ea7db84b9a7e914130e101413ab0e620e9ea8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 23 Apr 2007 21:47:53 +0000 Subject: check-state at the beginning of the tdr set --- etc/inc/pfsense-utils.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 340a99d..8528bc3 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -518,6 +518,7 @@ function tdr_install_set() { global $config; mwexec("/sbin/ipfw delete 1"); + mwexec("/sbin/ipfw add 1 check-state"); mwexec("/sbin/ipfw delete 65534"); mwexec("/sbin/ipfw add 1 allow all from me to any keep-state"); if (!isset ($config['system']['webgui']['noantilockout'])) { -- cgit v1.1