319a320 > $pconfig['dhcp6ipoe'] = isset($wancfg['dhcp6ipoe']) 1011a1013 > unset($wancfg['dhcp6ipoe']); 1259a1262,1264 > if ($_POST['dhcp6ipoe'] == "yes") { > $wancfg['dhcp6ipoe'] = true; > } 2155a2161,2166 > )); > $section->addInput(new Form_Checkbox( > 'dhcp6ipoe', > 'IPV6 PPPoE', > 'DHCP6 Solicit before RA - This is required by some ISPs', > $pconfig['dhcp6ipoe']