routing_process.xif

来自「BCAST Implementation for NS2」· XIF 代码 · 共 18 行

XIF
18
字号
/* $XORP: xorp/xrl/interfaces/routing_process.xif,v 1.1.1.1 2002/12/11 23:56:18 hodson Exp $ *//* * Routing process XRL interface. */interface routing-process/1.0 {	add_route4	? tag:txt & network:ipv4net & gateway:ipv4 -> fail:bool	add_route6	? tag:txt & network:ipv6net & gateway:ipv6 -> fail:bool		delete_route4	? tag:txt & network:ipv4net & gateway:ipv4 -> fail:bool	delete_route6	? tag:txt & network:ipv6net & gateway:ipv6 -> fail:bool		delete_routes4	? tag:txt	delete_routes6	? tag:txt}

⌨️ 快捷键说明

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