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)
Tue, Jul 15, 7:19 AM
Unknown Object (File)
Mon, Jul 14, 4:03 PM
Unknown Object (File)
Mon, Jul 7, 3:09 AM
Unknown Object (File)
Sun, Jul 6, 2:08 PM
Unknown Object (File)
Sat, Jun 21, 5:27 PM
Unknown Object (File)
May 2 2025, 5:06 PM
Unknown Object (File)
Apr 25 2025, 2:47 AM
Unknown Object (File)
Apr 17 2025, 3:36 PM

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