Revision c600ac6b
Added by Viktor Gurov about 4 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
5272 | 5272 |
$information_only = "\tinformation-only;\n"; |
5273 | 5273 |
} |
5274 | 5274 |
|
5275 |
$script = "\tscript \"{$g['varetc_path']}/dhcp6c_{$interface}_script.sh\";\n"; |
|
5275 |
if (isset($wancfg['dhcp6withoutra'])) { |
|
5276 |
$script = "\tscript \"{$g['varetc_path']}/dhcp6c_{$interface}_dhcp6withoutra_script.sh\";\n"; |
|
5277 |
} else { |
|
5278 |
$script = "\tscript \"{$g['varetc_path']}/dhcp6c_{$interface}_script.sh\";\n"; |
|
5279 |
} |
|
5276 | 5280 |
if ($wancfg['adv_dhcp6_interface_statement_script'] != '') { |
5277 | 5281 |
$script = "\tscript \"{$wancfg['adv_dhcp6_interface_statement_script']}\";\n"; |
5278 | 5282 |
} |
Also available in: Unified diff
DHCP6: Do not wait for a RA & Advanced Configuration script fix. Issue #11883