check-state at the beginning of the tdr set

This commit is contained in:
Scott Ullrich 2007-04-23 21:47:43 +00:00
parent d3924217ed
commit 19f6ca3e6d

View File

@ -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'])) {