audk/RedfishPkg/RedfishDiscoverDxe
Mike Maslenkin d7d4f09ff8 RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses
URI is generated based on the RedfishLocation containing an ASCII string
representing the IP address. So, in the case of IPv4 the canonical
representation of an IPv4 address was inserted into the resulting Unicode
string i.e: "http{,s}://X.X.X.X/".

In the case of IPv6, to access resources, the IP address must be specified
in brackets, i.e. the resulting string should look like:
  "http{,s}://[X::X:X:X:X]/".

Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
2023-12-27 00:09:49 +00:00
..
ComponentName.c
RedfishDiscoverDxe.c RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses 2023-12-27 00:09:49 +00:00
RedfishDiscoverDxe.inf RedfishPkg/RedfishDiscoverDxe: introduce PcdRedfishSendReceiveTimeout 2023-10-18 15:07:44 +00:00
RedfishDiscoverInternal.h RedfishPkg/RedfishDiscovery: Refine SMBIOS 42h code 2023-12-05 03:27:03 +00:00
RedfishSmbiosHostInterface.c RedfishPkg/RedfishDiscovery: Refine SMBIOS 42h code 2023-12-05 03:27:03 +00:00