⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtrmgr.xif

📁 xorp源码hg
💻 XIF
字号:
/* $XORP: xorp/xrl/interfaces/rtrmgr.xif,v 1.5 2005/08/19 20:09:42 pavlin Exp $ */ /* * Router Manager XRL interface. */interface rtrmgr/0.1 {    get_pid ? -> pid:u32    /**     * Register a user and client process with the rtrmgr.     *     * @param clientname name of xrl entity supporting     * rtrmgr_client.xif methods.       */    register_client ? userid:u32 & clientname:txt \	-> filename:txt & pid:u32 & clientid:u32        unregister_client ? token:txt    authenticate_client ? userid:u32 & clientname:txt & token:txt    enter_config_mode ? token:txt & exclusive:bool    leave_config_mode ? token:txt    get_config_users ? token:txt -> users:list    get_running_config ? token:txt -> ready:bool & config:txt    apply_config_change ? token:txt & target:txt & deltas:txt & deletions:txt    lock_config ? token:txt & timeout:u32 -> success:bool & holder:u32    unlock_config ? token:txt     lock_node ? token:txt & node:txt & timeout:u32 -> success:bool & holder:u32    unlock_node ? token:txt & node:txt    save_config ? token:txt & target:txt & filename:txt    load_config ? token:txt & target:txt & filename:txt    /**     * Set the name of the directory with the configuration files.     *     * @param config_directory the name of the directory with the configuration     * files.     */    set_config_directory ? config_directory:txt}

⌨️ 快捷键说明

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