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)
Apr 10 2024, 12:18 AM
Unknown Object (File)
Mar 28 2024, 8:19 AM
Unknown Object (File)
Feb 29 2024, 1:43 PM
Unknown Object (File)
Feb 23 2024, 11:39 PM
Unknown Object (File)
Feb 6 2024, 5:33 PM
Unknown Object (File)
Dec 28 2023, 8:02 AM
Unknown Object (File)
Dec 20 2023, 12:21 AM
Unknown Object (File)
Nov 13 2023, 12:17 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