fea_fib.xif

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

XIF
30
字号
/* $XORP: xorp/xrl/interfaces/fea_fib.xif,v 1.3 2006/03/26 08:05:04 pavlin Exp $ *//* * FEA Forwarding Information Base XRL interface. */interface fea_fib/0.1 {	/**	 * Add a FIB client.	 *	 * @param client_target_name the target name of the FIB client to add.	 * @param send_updates whether updates should be sent.	 * @param send_resolves whether resolution requests should be sent.	 */	add_fib_client4		? client_target_name:txt	\				& send_updates:bool		\				& send_resolves:bool	add_fib_client6		? client_target_name:txt	\				& send_updates:bool		\				& send_resolves:bool	/**	 * Delete a FIB client.	 *	 * @param client_target_name the target name of the FIB client to	 * delete.	 */	delete_fib_client4	? client_target_name:txt	delete_fib_client6	? client_target_name:txt}

⌨️ 快捷键说明

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