interfaces: interfaces_hardware() for interface settings page

This commit is contained in:
Franco Fichtner 2022-08-30 15:31:14 +02:00
parent 07e684310d
commit 2f1a92c075

View File

@ -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>&nbsp;</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>