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

📄 ribclient.xrls

📁 xorp源码hg
💻 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/ribclient.xrls,v 1.11 2007/02/16 22:47:55 pavlin Exp $ *//** *  Route Info Changed route_info_changed is called by the RIB on the RIB *  client (typically a routing protocol) that had registered an interest in *  the routing of an address. This can be because the metric and/or nexthop *  changed. * *  @param addr base address of the subnet that was registered * *  @param prefix_len prefix length of the subnet that was registered * *  @param metric the routing metric toward the address. * *  @param admin_distance the administratively defined distance toward the *  address. * *  @param protocol_origin the name of the protocol that originated this *  routing entry. */finder://ribclient/rib_client/0.1/route_info_changed4?addr:ipv4&prefix_len:u32&nexthop:ipv4&metric:u32&admin_distance:u32&protocol_origin:txtfinder://ribclient/rib_client/0.1/route_info_changed6?addr:ipv6&prefix_len:u32&nexthop:ipv6&metric:u32&admin_distance:u32&protocol_origin:txt/** *  Route Info Invalid route_info_invalid is called by the RIB on the RIB *  client (typically a routing protocol) that had registere d an interest in *  the routing of an address. This can be because the information previously *  reported as applying no longer applies for any number of reasons. When the *  RIB sends this message, it has automatically de-registered interest in the *  route, and the client will normally need to send a register_interest *  request again. */finder://ribclient/rib_client/0.1/route_info_invalid4?addr:ipv4&prefix_len:u32finder://ribclient/rib_client/0.1/route_info_invalid6?addr:ipv6&prefix_len:u32

⌨️ 快捷键说明

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