📄 cli.xrls
字号:
/* * Copyright (c) 2001-2007 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/cli.xrls,v 1.14 2007/02/16 22:47:49 pavlin Exp $ *//** * Get name of Xrl Target */finder://cli/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://cli/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://cli/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://cli/common/0.1/shutdown/** * Enable/disable/start/stop the CLI. * * @param enable if true, then enable the CLI, otherwise disable it. */finder://cli/cli_manager/0.1/enable_cli?enable:boolfinder://cli/cli_manager/0.1/start_clifinder://cli/cli_manager/0.1/stop_cli/** * Add a subnet address to the list of subnet addresses enabled for CLI * access. This method can be called more than once to add a number of subnet * addresses. * * @param subnet_addr the subnet address to add. */finder://cli/cli_manager/0.1/add_enable_cli_access_from_subnet4?subnet_addr:ipv4netfinder://cli/cli_manager/0.1/add_enable_cli_access_from_subnet6?subnet_addr:ipv6net/** * Delete a subnet address from the list of subnet addresses enabled for CLI * access. * * @param subnet_addr the subnet address to delete. */finder://cli/cli_manager/0.1/delete_enable_cli_access_from_subnet4?subnet_addr:ipv4netfinder://cli/cli_manager/0.1/delete_enable_cli_access_from_subnet6?subnet_addr:ipv6net/** * Add a subnet address to the list of subnet addresses disabled for CLI * access. This method can be called more than once to add a number of subnet * addresses. * * @param subnet_addr the subnet address to add. */finder://cli/cli_manager/0.1/add_disable_cli_access_from_subnet4?subnet_addr:ipv4netfinder://cli/cli_manager/0.1/add_disable_cli_access_from_subnet6?subnet_addr:ipv6net/** * Delete a subnet address from the list of subnet addresses disabled for CLI * access. * * @param subnet_addr the subnet address to delete. */finder://cli/cli_manager/0.1/delete_disable_cli_access_from_subnet4?subnet_addr:ipv4netfinder://cli/cli_manager/0.1/delete_disable_cli_access_from_subnet6?subnet_addr:ipv6net/** * Add a CLI command to the CLI manager * * @param processor_name the name of the module that will process that * command. * * @param command_name the name of the command to add. * * @param command_help the help for the command to add. * * @param is_command_cd is true, the string that will replace the CLI prompt * after we "cd" to that level of the CLI command-tree. * * @param command_cd_prompt if * * @param is_command_processor if true, this is a processing command that * would be performed by processor_name. */finder://cli/cli_manager/0.1/add_cli_command?processor_name:txt&command_name:txt&command_help:txt&is_command_cd:bool&command_cd_prompt:txt&is_command_processor:bool/** * Delete a CLI command from the CLI manager * * @param processor_name the name of the module that sends the request. * * @param command_name the name of the command to delete. */finder://cli/cli_manager/0.1/delete_cli_command?processor_name:txt&command_name:txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -