|
OpenSDN source code
|
#include "bgp/bgp_peer.h"#include <algorithm>#include <limits>#include <map>#include <boost/assign/list_of.hpp>#include <boost/foreach.hpp>#include <boost/tuple/tuple.hpp>#include "base/set_util.h"#include "base/task_annotations.h"#include "bgp/bgp_factory.h"#include "bgp/bgp_log.h"#include "bgp/bgp_membership.h"#include "bgp/bgp_peer_close.h"#include "bgp/bgp_sandesh.h"#include "bgp/bgp_server.h"#include "bgp/bgp_session.h"#include "bgp/bgp_session_manager.h"#include "bgp/bgp_peer_types.h"#include "bgp/community.h"#include "bgp/ermvpn/ermvpn_table.h"#include "bgp/evpn/evpn_table.h"#include "bgp/inet/inet_table.h"#include "bgp/inet6/inet6_table.h"#include "bgp/inet6vpn/inet6vpn_table.h"#include "bgp/l3vpn/inetvpn_table.h"#include "bgp/mvpn/mvpn_table.h"#include "bgp/peer_close_manager.h"#include "bgp/routing-instance/peer_manager.h"#include "bgp/routing-instance/routing_instance.h"#include "bgp/routing-policy/routing_policy_match.h"#include "bgp/rtarget/rtarget_table.h"#include "bgp/tunnel_encap/tunnel_encap.h"#include "control-node/control_node.h"#include "config-client-mgr/config_client_manager.h"
Go to the source code of this file.
Classes | |
| class | BgpPeer::PeerStats |
| class | BgpPeer::DeleteActor |
Functions | |
| static bool | SkipUpdateSend () |
| static void | FillProtoStats (const IPeerDebugStats::ProtoStats &stats, PeerProtoStats *proto_stats) |
| static void | FillRouteUpdateStats (const IPeerDebugStats::UpdateStats &stats, PeerUpdateStats *rt_stats) |
| static void | FillSocketStats (const IPeerDebugStats::SocketStats &socket_stats, PeerSocketStats *peer_socket_stats) |
|
static |
Definition at line 2491 of file bgp_peer.cc.
|
static |
Definition at line 2502 of file bgp_peer.cc.
|
static |
Definition at line 2510 of file bgp_peer.cc.
|
static |
Definition at line 1597 of file bgp_peer.cc.