summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-24 01:04:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-24 01:04:25 +0000
commitffb90d9dfbc86f16a9d73bbc3089c850bd9e3c4f (patch)
tree2b818aa96316a258aa5925b1d0958f7eca11a943 /etc/inc/filter.inc
parent101a990da396f752c0edf50d263cf693769491c3 (diff)
downloadpfsense-ffb90d9dfbc86f16a9d73bbc3089c850bd9e3c4f.zip
pfsense-ffb90d9dfbc86f16a9d73bbc3089c850bd9e3c4f.tar.gz
Pass description along to generate_optcfg_array callers.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 62bb518..d345043 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -484,6 +484,7 @@ function generate_optcfg_array(& $optcfg) {
} else {
$oic['ip'] = $oc['ipaddr'];
$oic['sn'] = $oc['subnet'];
+ $oic['descr'] = $oc['descr'];
$oic['sa'] = gen_subnet($oic['ip'], $oic['sn']);
}
@@ -3412,4 +3413,4 @@ function return_vpn_subnet($adr) {
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud