cli.xrls

来自「BCAST Implementation for NS2」· XRLS 代码 · 共 114 行

XRLS
114
字号
/* * Copyright (c) 2001-2003 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.8 2003/11/05 18:03:52 hodson 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. */finder://cli/cli_manager/0.1/enable_clifinder://cli/cli_manager/0.1/disable_clifinder://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 + =
减小字号Ctrl + -
显示快捷键?