mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix the config patch to the dhcp6 relayx
This commit is contained in:
parent
6ac18f9d11
commit
80c88a686d
@ -133,7 +133,7 @@ $ifcfgsn = get_interface_subnetv6($if);
|
||||
*/
|
||||
|
||||
$dhcrelay_enabled = false;
|
||||
$dhcrelaycfg = $config['dhcrelay'];
|
||||
$dhcrelaycfg = $config['dhcrelay6'];
|
||||
|
||||
if(is_array($dhcrelaycfg)) {
|
||||
foreach ($dhcrelaycfg as $dhcrelayif => $dhcrelayifconf) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user