NetworkPkg: Refine the code of shell app under networkPkg.
refine the code of ifconfig6 and ping6 application. Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Wu Jiaxin <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo <lubo.zhang@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
|
||||
#include "IfConfig6.h"
|
||||
|
||||
//
|
||||
// String token ID of ifconfig6 command help message text.
|
||||
//
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringIfconfig6HelpTokenId = STRING_TOKEN (STR_IFCONFIG6_HELP);
|
||||
|
||||
EFI_HII_HANDLE mHiiHandle;
|
||||
|
||||
SHELL_PARAM_ITEM mIfConfig6CheckList[] = {
|
||||
|
@@ -16,11 +16,6 @@
|
||||
#ifndef _IFCONFIG6_H_
|
||||
#define _IFCONFIG6_H_
|
||||
|
||||
//
|
||||
// String token ID of ifconfig6 command help message text.
|
||||
//
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringIfconfig6HelpTokenId = STRING_TOKEN (STR_IFCONFIG6_HELP);
|
||||
|
||||
enum {
|
||||
IfConfig6OpList = 1,
|
||||
IfConfig6OpSet = 2,
|
||||
|
Reference in New Issue
Block a user