Commit a18f6df7 authored by Olivier Paroz's avatar Olivier Paroz

"device polling" changes also require a reboot

The changes won't happen until the interface is re-configured, just like for the other settings.
parent 9fbf0cb1
......@@ -231,6 +231,9 @@ include("head.inc");
<strong><?=gettext("Enable device polling"); ?></strong>
<div class="hidden" for="help_for_polling">
<?php printf(gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards."), $g['product_name']); ?>
<br />
<span class="text-warning"><strong><?=gettext("Note:");?>&nbsp;</strong></span>
<?=gettext("This will take effect after you reboot the machine or re-configure each interface.");?>
</div>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment