Default checksum offloading for the vtnet(4) driver to disabled (#8007)

This commit is contained in:
Patrick M. Hausen 2024-10-31 11:51:14 +01:00 committed by GitHub
parent 8e3b4b7229
commit e02e5410e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,7 @@ function system_sysctl_defaults()
'hw.ibrs_disable' => [ 'default' => '0' ],
'hw.ixl.enable_head_writeback' => [ 'default' => '0', 'required' => true ],
'hw.syscons.kbd_reboot' => [ 'default' => '0' ],
'hw.vtnet.csum_disable' => [ 'default' => '1', 'required' => true ],
'hw.uart.console' => [ 'default' => 'io:0x3f8,br:' . system_console_speed(), 'type' => 't' ], /* XXX support comconsole_port if needed */
'kern.coredump' => [ 'default' => '0', 'required' => true ],
'kern.ipc.maxsockbuf' => [ 'default' => '4262144' ],