libbgp
0.6
A C++ BGP Library.
|
BGP error codes. More...
#include "bgp-errcode.h"
Go to the source code of this file.
Variables | |
const char * | libbgp::bgp_error_code_str [7] |
Error strings for BGP error codes. More... | |
const char * | libbgp::bgp_header_error_subcode_str [4] |
Error strings for BGP header error subcodes. More... | |
const char * | libbgp::bgp_open_error_subcode_str [8] |
Error strings for BGP open message error subcodes. More... | |
const char * | libbgp::bgp_update_error_str [12] |
Error strings for BGP update message error subcodes. More... | |
const char * | libbgp::bgp_fsm_error_str [4] |
Error strings for BGP FSM error subcodes. More... | |
const char * | libbgp::bgp_cease_error_str [9] |
Error strings for BGP cease error subcodes. More... | |
BGP error codes.
Definition in file bgp-errcode.cc.
const char * libbgp::bgp_cease_error_str |
Error strings for BGP cease error subcodes.
Definition at line 89 of file bgp-errcode.cc.
const char * libbgp::bgp_error_code_str |
Error strings for BGP error codes.
Definition at line 19 of file bgp-errcode.cc.
Referenced by libbgp::BgpNotificationMessage::doPrint().
const char * libbgp::bgp_fsm_error_str |
Error strings for BGP FSM error subcodes.
Definition at line 78 of file bgp-errcode.cc.
const char * libbgp::bgp_header_error_subcode_str |
Error strings for BGP header error subcodes.
Definition at line 33 of file bgp-errcode.cc.
const char * libbgp::bgp_open_error_subcode_str |
Error strings for BGP open message error subcodes.
Definition at line 44 of file bgp-errcode.cc.
const char * libbgp::bgp_update_error_str |
Error strings for BGP update message error subcodes.
Definition at line 59 of file bgp-errcode.cc.