?? routing_process.xif
字號:
/* $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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -