vlan_cli.h

来自「hammer-os vlan的部分代码」· C头文件 代码 · 共 31 行

H
31
字号
/************************************************************************* 
*		vlan_cli.h
*		VLAN CLI Header File
*		印朝晖2001年4月6日创建
*		Harbournetworks Copyright . 2000-2001
**************************************************************************/
#ifndef _VLAN_CLI_H_
#define _VLAN_CLI_H_

#ifdef _cplusplus
extern"C"{
#endif

#include <hos_sys.h>
#include <cli.h>
#include <cli_str.h>

/* VLAN Table CLI */
#define DescStringCommonConfigVlan "Config vlan information.\n"
#define DescStringCommonConfigVlanName "Please input vlan name you want config.\n" 
#define DescStringCommonDisableVlanName "Please input vlan name you want disable \n" 



#ifdef _cplusplus
}
#endif

#endif /*_VLAN_CLI_H_*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?