summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.attributes.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-10-22 18:44:41 +0000
committerErmal <eri@pfsense.org>2013-10-22 18:44:41 +0000
commit45758be466500461e35fb4a6308c3d35126470b4 (patch)
tree4581a4e7872d2465aedb84d89500118d7e3330ae /etc/inc/ipsec.attributes.php
parenteb7d43c0f509b14eb1d4ea78ab26a446abf763e1 (diff)
downloadpfsense-45758be466500461e35fb4a6308c3d35126470b4.zip
pfsense-45758be466500461e35fb4a6308c3d35126470b4.tar.gz
Correct even here the routes from cisco-avpair processing
Diffstat (limited to 'etc/inc/ipsec.attributes.php')
-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