summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-19 07:16:54 -0200
committerRenato Botelho <renato@netgate.com>2015-11-19 07:16:54 -0200
commit71714010f7716fd7615ddfc7880349d600a34339 (patch)
treecb3d7025ce5e6d584adaddd5e162bd1906b7dec4
parent9996b3e4278041dd3505495a85589f5e07cfaa67 (diff)
parentf2220c684850623dfc33caa3488b30129d17012e (diff)
downloadpfsense-71714010f7716fd7615ddfc7880349d600a34339.zip
pfsense-71714010f7716fd7615ddfc7880349d600a34339.tar.gz
Merge pull request #2064 from phil-davis/patch-3
-rw-r--r--etc/inc/openvpn.attributes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.attributes.php b/etc/inc/openvpn.attributes.php
index 8a04ca4..b03579a 100644
--- a/etc/inc/openvpn.attributes.php
+++ b/etc/inc/openvpn.attributes.php
@@ -121,7 +121,7 @@ function parse_cisco_acl($attribs) {
if ($isblock == true)
$isblock = false;
} else if (trim($rule[$index]) == "any") {
- $tmprule .= "from any";
+ $tmprule .= "from any ";
$index++;
} else {
$tmprule .= "from {$rule[$index]}";
OpenPOWER on IntegriCloud