summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr')
-rw-r--r--MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr13
1 files changed, 12 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr b/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
index 9f29fe838f..b6eb95d9ea 100644
--- a/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
+++ b/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
@@ -1,7 +1,7 @@
///** @file
// VLAN configuration formset.
//
-// Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
// This program and the accompanying materials
// are licensed and made available under the terms and conditions
// of the BSD License which accompanies this distribution. The full
@@ -26,6 +26,17 @@ formset
name = VlanNvData,
guid = VLAN_CONFIG_PRIVATE_GUID;
+ form formid = VLAN_HEAD_FORM_ID,
+ title = STRING_TOKEN(STR_VLAN_FORM_TITLE);
+
+ goto VLAN_CONFIGURATION_FORM_ID,
+ prompt = STRING_TOKEN (STR_GET_CURRENT_SETTING),
+ help = STRING_TOKEN (STR_GET_CURRENT_SETTING_HELP),
+ flags = INTERACTIVE,
+ key = VLAN_UPDATE_QUESTION_ID;
+
+ endform;
+
form formid = VLAN_CONFIGURATION_FORM_ID,
title = STRING_TOKEN(STR_VLAN_FORM_TITLE);