summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 21:47:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 21:47:43 +0000
commit19f6ca3e6dfa15e01ae5a2de965083e1058bcab8 (patch)
treef9d279c38ae1a1d02eb3b62e46161f708a750f03 /etc/inc/pfsense-utils.inc
parentd3924217edf2299c063b9bbc84cb12276c5821e1 (diff)
downloadpfsense-19f6ca3e6dfa15e01ae5a2de965083e1058bcab8.zip
pfsense-19f6ca3e6dfa15e01ae5a2de965083e1058bcab8.tar.gz
check-state at the beginning of the tdr set
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-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 a3d9bc4..a88179b 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