mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
interfaces: interfaces_hardware() for interface settings page
This commit is contained in:
parent
07e684310d
commit
2f1a92c075
@ -247,6 +247,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
write_config();
|
||||
interface_dhcpv6_configure('duidonly', null); /* XXX refactor */
|
||||
system_sysctl_configure();
|
||||
interfaces_hardware();
|
||||
}
|
||||
}
|
||||
|
||||
@ -405,11 +406,6 @@ include("head.inc");
|
||||
<td> </td>
|
||||
<td><button name="submit" type="submit" class="btn btn-primary" value="yes"><?= gettext('Save') ?></button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<?= gettext('This will take effect after you reboot the machine or reconfigure each interface.') ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user