summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 21:47:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 21:47:53 +0000
commit9b7ea7db84b9a7e914130e101413ab0e620e9ea8 (patch)
treecec596e25667c7720cddd09692c0e89170958823 /etc
parentdda39c4a6e94c1d9232ace5c8b93a84f9d57e3dc (diff)
downloadpfsense-9b7ea7db84b9a7e914130e101413ab0e620e9ea8.zip
pfsense-9b7ea7db84b9a7e914130e101413ab0e620e9ea8.tar.gz
check-state at the beginning of the tdr set
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
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'])) {
OpenPOWER on IntegriCloud