libbgp  0.6
A C++ BGP Library.
Variables
bgp-fsm.cc File Reference

The BGP Finite State Machine. More...

#include "bgp-fsm.h"
#include "realtime-clock.h"
#include "value-op.h"
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
Include dependency graph for bgp-fsm.cc:

Go to the source code of this file.

Variables

const char * libbgp::bgp_fsm_state_str []
 

Detailed Description

The BGP Finite State Machine.

Author
Nato Morichika nat@n.nosp@m.at.m.nosp@m.oe
Version
0.1
Date
2019-07-05

Definition in file bgp-fsm.cc.

Variable Documentation

◆ bgp_fsm_state_str

const char* libbgp::bgp_fsm_state_str[]
Initial value:
= {
"Idle",
"Open Sent",
"Open Confirm",
"Established",
"Broken"
}

Definition at line 20 of file bgp-fsm.cc.