mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Pass description along to generate_optcfg_array callers.
This commit is contained in:
parent
8eacf6dd52
commit
57f6fcdb53
@ -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) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user