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

📄 mld6igmp.xrls

📁 xorp源码hg
💻 XRLS
📖 第 1 页 / 共 2 页
字号:
/** *  Enable/disable/start/stop a MLD6IGMP vif interface. * *  @param vif_name the name of the vif to enable/disable/start/stop. * *  @param enable if true, then enable the vif, otherwise disable it. */finder://mld6igmp/mld6igmp/0.1/enable_vif?vif_name:txt&enable:boolfinder://mld6igmp/mld6igmp/0.1/start_vif?vif_name:txtfinder://mld6igmp/mld6igmp/0.1/stop_vif?vif_name:txt/** *  Enable/disable/start/stop all MLD6IGMP vif interfaces. * *  @param enable if true, then enable the vifs, otherwise disable them. */finder://mld6igmp/mld6igmp/0.1/enable_all_vifs?enable:boolfinder://mld6igmp/mld6igmp/0.1/start_all_vifsfinder://mld6igmp/mld6igmp/0.1/stop_all_vifs/** *  Enable/disable/start/stop the MLD6IGMP protocol. * *  @param enable if true, then enable the MLD6IGMP protocol, otherwise disable *  it. */finder://mld6igmp/mld6igmp/0.1/enable_mld6igmp?enable:boolfinder://mld6igmp/mld6igmp/0.1/start_mld6igmpfinder://mld6igmp/mld6igmp/0.1/stop_mld6igmp/** *  Enable/disable/start/stop the MLD6IGMP CLI access. * *  @param enable if true, then enable the MLD6IGMP CLI access, otherwise *  disable it. */finder://mld6igmp/mld6igmp/0.1/enable_cli?enable:boolfinder://mld6igmp/mld6igmp/0.1/start_clifinder://mld6igmp/mld6igmp/0.1/stop_cli/** *  Get the configured protocol version per interface. * *  @param vif_name the name of the vif to apply to. * *  @param proto_version the protocol version. */finder://mld6igmp/mld6igmp/0.1/get_vif_proto_version?vif_name:txt->proto_version:u32/** *  Set the protocol version per interface. * *  @param vif_name the name of the vif to apply to. * *  @param proto_version the protocol version. */finder://mld6igmp/mld6igmp/0.1/set_vif_proto_version?vif_name:txt&proto_version:u32/** *  Reset the protocol version per interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_proto_version?vif_name:txt/** *  Get the IP Router Alert option check per interface for received packets. * *  @param vif_name the name of the vif to apply to. * *  @param enabled if true, then the IP Router Alert option check was enabled, *  otherwise it was disabled. */finder://mld6igmp/mld6igmp/0.1/get_vif_ip_router_alert_option_check?vif_name:txt->enabled:bool/** *  Set the IP Router Alert option check per interface for received packets. * *  @param vif_name the name of the vif to apply to. * *  @param enable if true, then enable the IP Router Alert option check, *  otherwise disable it. */finder://mld6igmp/mld6igmp/0.1/set_vif_ip_router_alert_option_check?vif_name:txt&enable:bool/** *  Reset the IP Router Alert option check for received packets per per *  interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_ip_router_alert_option_check?vif_name:txt/** *  Get the Query Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/get_vif_query_interval?vif_name:txt->interval_sec:u32&interval_usec:u32/** *  Set the Query Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/set_vif_query_interval?vif_name:txt&interval_sec:u32&interval_usec:u32/** *  Reset the Query Interval per interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_query_interval?vif_name:txt/** *  Get the Last Member Query Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/get_vif_query_last_member_interval?vif_name:txt->interval_sec:u32&interval_usec:u32/** *  Set the Last Member Query Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/set_vif_query_last_member_interval?vif_name:txt&interval_sec:u32&interval_usec:u32/** *  Reset the Last Member Query Interval per interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_query_last_member_interval?vif_name:txt/** *  Get the Query Response Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/get_vif_query_response_interval?vif_name:txt->interval_sec:u32&interval_usec:u32/** *  Set the Query Response Interval per interface. * *  @param vif_name the name of the vif to apply to. * *  @param interval_sec the number of seconds in the interval. * *  @param interval_usec the number of microseconds (in addition to *  interval_sec) in the interval. */finder://mld6igmp/mld6igmp/0.1/set_vif_query_response_interval?vif_name:txt&interval_sec:u32&interval_usec:u32/** *  Reset the Query Response Interval per interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_query_response_interval?vif_name:txt/** *  Get the Robustness Variable count per interface. * *  @param vif_name the name of the vif to apply to. * *  @param robust_count the count value. */finder://mld6igmp/mld6igmp/0.1/get_vif_robust_count?vif_name:txt->robust_count:u32/** *  Set the Robustness Variable count per interface. * *  @param vif_name the name of the vif to apply to. * *  @param robust_count the count value. */finder://mld6igmp/mld6igmp/0.1/set_vif_robust_count?vif_name:txt&robust_count:u32/** *  Reset the Robustness Variable count per interface to its default value. * *  @param vif_name the name of the vif to apply to. */finder://mld6igmp/mld6igmp/0.1/reset_vif_robust_count?vif_name:txt/** *  Enable/disable the MLD6IGMP trace log for all operations. * *  @param enable if true, then enable the trace log, otherwise disable it. */finder://mld6igmp/mld6igmp/0.1/log_trace_all?enable:bool/** *  Add/delete a client protocol in the MLD/IGMP protocol. * *  @param xrl_sender_name the XRL name of the originator of this XRL. * *  @param protocol_name the name of the protocol to add/delete. * *  @param protocol_id the ID of the protocol to add/delete (both sides must *  agree on the particular values). * *  @param vif_name the name of the vif the protocol add/delete to apply to. * *  @param vif_index the index of the vif the protocol add/delete to apply to. *  The added protocol will receive Join/Leave membership information about *  same-LAN members for the particular vif. */finder://mld6igmp/mld6igmp/0.1/add_protocol4?xrl_sender_name:txt&protocol_name:txt&protocol_id:u32&vif_name:txt&vif_index:u32finder://mld6igmp/mld6igmp/0.1/add_protocol6?xrl_sender_name:txt&protocol_name:txt&protocol_id:u32&vif_name:txt&vif_index:u32finder://mld6igmp/mld6igmp/0.1/delete_protocol4?xrl_sender_name:txt&protocol_name:txt&protocol_id:u32&vif_name:txt&vif_index:u32finder://mld6igmp/mld6igmp/0.1/delete_protocol6?xrl_sender_name:txt&protocol_name:txt&protocol_id:u32&vif_name:txt&vif_index:u32

⌨️ 快捷键说明

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