OpenSDN source code
|
#include "bgp/bgp_xmpp_channel.h"
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include <limits>
#include <sstream>
#include <vector>
#include "base/regex.h"
#include "base/task_annotations.h"
#include "bgp/bgp_config.h"
#include "bgp/bgp_factory.h"
#include "bgp/bgp_log.h"
#include "bgp/bgp_membership.h"
#include "bgp/bgp_server.h"
#include "bgp/bgp_update_sender.h"
#include "bgp/bgp_xmpp_peer_close.h"
#include "bgp/inet/inet_table.h"
#include "bgp/inet6/inet6_table.h"
#include "bgp/extended-community/etree.h"
#include "bgp/extended-community/load_balance.h"
#include "bgp/extended-community/mac_mobility.h"
#include "bgp/extended-community/local_sequence_number.h"
#include "bgp/extended-community/router_mac.h"
#include "bgp/extended-community/tag.h"
#include "bgp/ermvpn/ermvpn_table.h"
#include "bgp/evpn/evpn_route.h"
#include "bgp/evpn/evpn_table.h"
#include "bgp/mvpn/mvpn_table.h"
#include "bgp/peer_close_manager.h"
#include "bgp/peer_stats.h"
#include "bgp/security_group/security_group.h"
#include "bgp/tunnel_encap/tunnel_encap.h"
#include "bgp/bgp_xmpp_rtarget_manager.h"
#include "control-node/sandesh/control_node_types.h"
#include "net/community_type.h"
#include "schema/xmpp_multicast_types.h"
#include "schema/xmpp_enet_types.h"
#include "schema/xmpp_mvpn_types.h"
#include "xml/xml_pugi.h"
#include "xmpp/xmpp_connection.h"
#include "xmpp/xmpp_init.h"
#include "xmpp/xmpp_server.h"
#include "xmpp/sandesh/xmpp_peer_info_types.h"
Go to the source code of this file.
Classes | |
class | BgpXmppChannel::PeerStats |
class | BgpXmppChannel::XmppPeer |
Macros | |
#define | RegisterTable(table, tmr_state) RegisterTable(__LINE__, table, tmr_state) |
#define | UnregisterTable(table) UnregisterTable(__LINE__, table) |
Functions | |
static uint32_t | GetMedFromLocalPref (uint32_t local_pref) |
#define RegisterTable | ( | table, | |
tmr_state | |||
) | RegisterTable(__LINE__, table, tmr_state) |
Definition at line 2227 of file bgp_xmpp_channel.cc.
#define UnregisterTable | ( | table | ) | UnregisterTable(__LINE__, table) |
Definition at line 2229 of file bgp_xmpp_channel.cc.
|
static |
Definition at line 92 of file bgp_xmpp_channel.cc.