Page MenuHomeFreeBSD

hyperv/kvp: fix the issue of IP injection
ClosedPublic

Authored by honzhan_microsoft.com on Sep 7 2016, 8:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 6:41 AM
Unknown Object (File)
Dec 7 2024, 10:39 PM
Unknown Object (File)
Oct 14 2024, 3:41 PM
Unknown Object (File)
Sep 24 2024, 8:41 AM
Unknown Object (File)
Sep 23 2024, 2:43 PM
Unknown Object (File)
Sep 23 2024, 2:43 PM
Unknown Object (File)
Sep 23 2024, 2:43 PM
Unknown Object (File)
Sep 23 2024, 11:29 AM

Details

Summary

Host informs VM that a NIC with the specified GUID should set
a static IP address, and VM needs to map the GUID to a if name.
Unfortunately, the GUID sent from host includes '{}', but GUID
from VM NIC does not have '{}', so we need to handle them.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable