change to keep state

This commit is contained in:
Scott Ullrich 2008-11-09 07:48:55 +00:00
parent 00518840da
commit 79be87badc

View File

@ -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;