mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3942 from teicee/master
This commit is contained in:
commit
659a1bc186
@ -117,10 +117,10 @@ function parse_cisco_acl($attribs) {
|
||||
$isblock = false;
|
||||
}
|
||||
} else if (trim($rule[$index]) == "any") {
|
||||
$tmprule .= "from any";
|
||||
$tmprule .= "from any ";
|
||||
$index++;
|
||||
} else {
|
||||
$tmprule .= "from {$rule[$index]}";
|
||||
$tmprule .= "from {$rule[$index]} ";
|
||||
$index++;
|
||||
$netmask = cisco_to_cidr($rule[$index]);
|
||||
$tmprule .= "/{$netmask} ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user