mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Set description string for VM_GUEST_HV (HyperV guest).
This fixes fallout from r256425. Reported by: Pavel Timofeev <timp87@gmail com> Tested by: Pavel Timofeev <timp87@gmail com> Reviewed by: Roger Pau Monnц╘ MFC after: 3 days
This commit is contained in:
parent
302acc2e5f
commit
40b4cb0f54
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ static const char *const vm_guest_sysctl_names[] = {
|
|||
"none",
|
||||
"generic",
|
||||
"xen",
|
||||
"hv",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue