Revision aabaad0a
Added by Viktor Gurov over 3 years ago
src/etc/inc/shaper.inc | ||
---|---|---|
5308 | 5308 |
} |
5309 | 5309 |
if (!empty($dn_rules)) { |
5310 | 5310 |
if (!is_module_loaded("dummynet.ko")) { |
5311 |
mute_kernel_msgs(); |
|
5311 | 5312 |
mwexec("/sbin/kldload dummynet"); |
5313 |
unmute_kernel_msgs(); |
|
5312 | 5314 |
} |
5313 | 5315 |
$sysctls = (array( |
5314 | 5316 |
"net.inet.ip.dummynet.io_fast" => "1", |
Also available in: Unified diff
Mute kernel messages on dummynet and thermal hardware modules load. Fixes #12454