|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
Structure used to report BGP decision process history. More...
#include <openapi_bgp_config.h>
Data Fields | |
| uint16_t | adds |
| Number of adds, mods, dels during decision process phase. | |
| uint16_t | decProcPhase |
| Decision process phase that ran. | |
| uint32_t | decProcTime |
| Number of seconds since decision process ran. | |
| uint16_t | dels |
| uint16_t | duration |
| How long the decision process phase took. | |
| uint32_t | genId |
| generation ID of BGP routing table when decision process was run. | |
| uint16_t | mods |
| open_inet_addr_t | peerAddr |
| Only set if decProcPhase is 1. | |
| unsigned char | reason [OPEN_BGP_MAX_DP_REASON_STR] |
| reason for decision process triggered | |
| uint16_t | updateGroupId |
| Outbound update group ID. | |
Structure used to report BGP decision process history.
Definition at line 276 of file openapi_bgp_config.h.
| uint16_t open_bgpDecProcHist_s::adds |
Number of adds, mods, dels during decision process phase.
Definition at line 301 of file openapi_bgp_config.h.
| uint16_t open_bgpDecProcHist_s::duration |
How long the decision process phase took.
milliseconds.
Definition at line 298 of file openapi_bgp_config.h.
| uint32_t open_bgpDecProcHist_s::genId |
generation ID of BGP routing table when decision process was run.
Definition at line 288 of file openapi_bgp_config.h.
| open_inet_addr_t open_bgpDecProcHist_s::peerAddr |
Only set if decProcPhase is 1.
Identifies the peer whose paths are reprocessed.
Definition at line 295 of file openapi_bgp_config.h.
| uint16_t open_bgpDecProcHist_s::updateGroupId |
Outbound update group ID.
Only set when decProcPhase is 3.
Definition at line 285 of file openapi_bgp_config.h.