From 130df89019f65a8635a7583e76027ee6f2084e1c Mon Sep 17 00:00:00 2001 From: tye1 Date: Tue, 15 Jan 2013 02:19:42 +0000 Subject: =?UTF-8?q?Update=20IPv6=20configuration=20UI:=201)=20keep=20addre?= =?UTF-8?q?sses=20blank=20when=20enter=20=E2=80=98Advanced=20Configuration?= =?UTF-8?q?=E2=80=99=20page;=202)=20Save=20parameters=20in=20=E2=80=98Adva?= =?UTF-8?q?nced=20Configuration=E2=80=99=20immediately=20when=20user=20pre?= =?UTF-8?q?ss=20=E2=80=98Commit=20Changes=20and=20Exit=E2=80=99=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ye Ting Reviewed-by: Fu Siyuan Reviewed-by: Ouyang Qian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14047 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/Ip6Dxe/Ip6NvData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NetworkPkg/Ip6Dxe/Ip6NvData.h') diff --git a/NetworkPkg/Ip6Dxe/Ip6NvData.h b/NetworkPkg/Ip6Dxe/Ip6NvData.h index b67e6249b5..09177613fb 100644 --- a/NetworkPkg/Ip6Dxe/Ip6NvData.h +++ b/NetworkPkg/Ip6Dxe/Ip6NvData.h @@ -1,7 +1,7 @@ /** @file NVData structure used by the IP6 configuration component. - Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -43,7 +43,7 @@ #define INTERFACE_ID_STR_MIN_SIZE 1 #define INTERFACE_ID_STR_MAX_SIZE 23 -#define INTERFACE_ID_STR_STORAGE 24 +#define INTERFACE_ID_STR_STORAGE 25 #define IP6_STR_MAX_SIZE 40 #define ADDRESS_STR_MIN_SIZE 2 #define ADDRESS_STR_MAX_SIZE 255 -- cgit v1.2.3