summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/openvpn.attributes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/openvpn.attributes.php')
-rw-r--r--src/etc/inc/openvpn.attributes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/openvpn.attributes.php b/src/etc/inc/openvpn.attributes.php
index 467d691..4da9f0d 100644
--- a/src/etc/inc/openvpn.attributes.php
+++ b/src/etc/inc/openvpn.attributes.php
@@ -128,7 +128,7 @@ 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]}";
OpenPOWER on IntegriCloud