common.xif

来自「xorp源码hg」· XIF 代码 · 共 21 行

XIF
21
字号
/* $XORP: xorp/xrl/interfaces/common.xif,v 1.3 2003/05/29 21:17:17 mjh Exp $ *//* * XRL interface common to all XRL target entities. */interface common/0.1 {	/** Get name of Xrl Target */	get_target_name	-> name:txt	/** Get version string from Xrl Target */	get_version	-> version:txt	/** Get status of Xrl Target */	get_status	-> status:u32 & reason:txt	/** Request clean shutdown of Xrl Target */	shutdown}

⌨️ 快捷键说明

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