From ffb90d9dfbc86f16a9d73bbc3089c850bd9e3c4f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 24 May 2008 01:04:25 +0000 Subject: Pass description along to generate_optcfg_array callers. --- etc/inc/filter.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc') 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 -- cgit v1.1