Skip to content
Commit d15fa099 authored by Asmitha Karunanithi's avatar Asmitha Karunanithi Committed by ManojKiran Eda
Browse files

Bios: support IPv4-mapped IPv6 address length



The existing code will allow ::<ipv4_address> without
any error. However, if the address is expanded like the
below, there will be "length out of range" error:
0000:0000:0000:0000:0000:ffff:xxx.xxx.xxx.xxx

This commit changes the maximum string length of
IPv6 address from 39 to 45, to support IPv4-mapped
IPv6 address.

Change-Id: I8c6e90e5a0ddbf38e7826e5918408b5d29811bfd
Signed-off-by: default avatarAsmitha Karunanithi <asmitk01@in.ibm.com>
parent 9701cf17
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment