rip4.xrls

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

XRLS
82
字号
/* * 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/rip4.xrls,v 1.2 2003/11/05 18:03:53 hodson Exp $ *//** *  Get name of Xrl Target */finder://rip4/common/0.1/get_target_name->name:txt/** *  Get version string from Xrl Target */finder://rip4/common/0.1/get_version->version:txt/** *  Get status of Xrl Target */finder://rip4/common/0.1/get_status->status:u32&reason:txt/** *  Request clean shutdown of Xrl Target */finder://rip4/common/0.1/shutdown/** *  Announce target birth. */finder://rip4/finder_event_observer/0.1/xrl_target_birth?target_class:txt&target_instance:txt/** *  Announce target death. */finder://rip4/finder_event_observer/0.1/xrl_target_death?target_class:txt&target_instance:txt/** *  Add an address to run RIP process on. The addition of address is not *  instantaneous, RIP has to instantiate state in the FEA to send and receive *  packets. Once instantiated the address must be explicitly enabled with *  set_rip_address_enabled. *   *  @param ifname the interface that owns vif that has address. *   *  @param vifname virtual interface owning address. *   *  @param addr the address to be added. */finder://rip4/rip4/0.1/add_rip_address?ifname:txt&vifname:txt&addr:ipv4/** *  Remove an address RIP process is running on. *   *  @param ifname the interface that owns vif that has address. *   *  @param vifname virtual interface owning address. *   *  @param addr the address to be removed. */finder://rip4/rip4/0.1/remove_rip_address?ifname:txt&vifname:txt&addr:ipv4finder://rip4/rip4/0.1/set_rip_address_enabled?ifname:txt&vifname:txt&addr:ipv4&enabled:boolfinder://rip4/rip4/0.1/get_rip_address_enabled?ifname:txt&vifname:txt&addr:ipv4->enabled:bool/** *  Get a textual description of the status of address RIP is running upon. *   *  @param ifname the interface that owns vif that has the address. *   *  @param vifname virtual interface owns the address. *   *  @param addr the address to query. */finder://rip4/rip4/0.1/get_rip_address_status?ifname:txt&vifname:txt&addr:ipv4->status:txt

⌨️ 快捷键说明

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