]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 305585
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Oct 2016 08:03:48 +0000 (08:03 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Oct 2016 08:03:48 +0000 (08:03 +0000)
commite3642b22951331126896b6772bbd309e2dc83a03
tree3823b85581c5d8929b0eac486f877f0e6f221040
parent826dfdf6581d0b05304cc44c4c66ed3ff54b8e0c
MFC 305585

    hyperv/kvp: Fix IPv4/IPv6 address injection support.

    The GUID string provided by hypervisor has leading and trailing braces,
    while our GUID string does not have braces at all.  Both braces should
    be ignored, when the GUID strings are compared.

    Submitted by:   Hongjiang Zhang <honzhan microsoft com>
    Modified by:    sephe
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D7809

git-svn-id: svn://svn.freebsd.org/base/stable/10@307201 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/hyperv/utilities/hv_kvp.c