#include "bgp/xmpp_message_builder.h"
#include <boost/foreach.hpp>
#include <algorithm>
#include "bgp/ipeer.h"
#include "bgp/bgp_server.h"
#include "bgp/bgp_table.h"
#include "bgp/extended-community/etree.h"
#include "bgp/extended-community/mac_mobility.h"
#include "bgp/ermvpn/ermvpn_route.h"
#include "bgp/evpn/evpn_route.h"
#include "bgp/mvpn/mvpn_route.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/security_group/security_group.h"
#include "db/db.h"
#include "net/community_type.h"
#include "schema/xmpp_multicast_types.h"
#include "schema/xmpp_mvpn_types.h"
#include "schema/xmpp_enet_types.h"
#include "xmpp/xmpp_init.h"
Go to the source code of this file.
static const char* AfiName |
( |
uint16_t |
afi | ) |
|
|
inlinestatic |
static const char* XmppSafiName |
( |
uint8_t |
safi | ) |
|
|
inlinestatic |