summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-10-22 18:44:41 +0000
committerjim-p <jimp@pfsense.org>2013-10-23 11:19:21 -0400
commitc4844c2c99b553d28910769f45ef3d3de2551c4e (patch)
tree9da1893c94667f825f134d916d0e3a738318e08a /etc
parent56fbff2e551a1afd7566b4c8b7eb8362798b735b (diff)
downloadpfsense-c4844c2c99b553d28910769f45ef3d3de2551c4e.zip
pfsense-c4844c2c99b553d28910769f45ef3d3de2551c4e.tar.gz
Correct even here the routes from cisco-avpair processing
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/ipsec.attributes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.attributes.php b/etc/inc/ipsec.attributes.php
index fd248d4..e8507d7 100644
--- a/etc/inc/ipsec.attributes.php
+++ b/etc/inc/ipsec.attributes.php
@@ -76,7 +76,7 @@ function parse_cisco_acl($attribs) {
} else if (strstr($rule[0], "route")) {
if (!is_array($attributes['routes']))
$attributes['routes'] = array();
- $attributes['routes'][] = $route[1];
+ $attributes['routes'][] = $rule[1];
continue;
}
$rindex = cisco_extract_index($rule[0]);
OpenPOWER on IntegriCloud