summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 07:48:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 07:48:55 +0000
commit79be87badc4c490efbddef8dd6b4debf4b900e33 (patch)
treeee96f8b2d40f10db79cd99c5f80b6a74214287d7
parent00518840da211a2d5dcef0ccb3b242aed28b7327 (diff)
downloadpfsense-79be87badc4c490efbddef8dd6b4debf4b900e33.zip
pfsense-79be87badc4c490efbddef8dd6b4debf4b900e33.tar.gz
change to keep state
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 38210fd..776e19b 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -6,7 +6,7 @@ $filterent["type"] = "pass";
$filterent["interface"] = "wan";
$filterent["source"]["any"] = "";
$filterent["destination"]["any"] = "";
-$filterent["statetype"] = "keep any";
+$filterent["statetype"] = "keep state";
$filterent["os"] = "";
$filterent["descr"] = "Allow all via pfSsh.php";
$config["filter"]["rule"][] = $filterent;
OpenPOWER on IntegriCloud