Pass description along to generate_optcfg_array callers.

This commit is contained in:
Scott Ullrich 2008-05-24 01:04:32 +00:00
parent 8eacf6dd52
commit 57f6fcdb53

View File

@ -479,6 +479,7 @@ function generate_optcfg_array(& $optcfg) {
$oic['ip'] = $oc['ipaddr'];
$oic['sn'] = $oc['subnet'];
$oic['sa'] = gen_subnet($oic['ip'], $oic['sn']);
$oic['descr'] = $oc['descr'];
}
$optcfg['opt' . $i] = $oic;
@ -3316,4 +3317,4 @@ function return_vpn_subnet($adr) {
}
?>
?>