#include <tbb/reader_writer_lock.h>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include <boost/scoped_ptr.hpp>
#include "base/lifetime.h"
#include "base/address.h"
#include "bgp/bgp_attr.h"
#include "bgp/bgp_table.h"
#include "db/db_entry.h"
Go to the source code of this file.
#define MVPN_ERMVPN_RT_LOG |
( |
|
rt, |
|
|
|
... |
|
) |
| |
Value:
SandeshLevel::UT_DEBUG, \
(rt)->GetPrefix().source().to_string(), \
(rt)->GetPrefix().group().to_string(), \
(rt)->GetType(), (rt)->
ToString(), ##__VA_ARGS__)
static string ToString(PhysicalDevice::ManagementProtocol proto)
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 498 of file bgp_mvpn.h.
#define MVPN_LOG |
( |
|
type, |
|
|
|
... |
|
) |
| |
Value:
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 506 of file bgp_mvpn.h.
#define MVPN_RT_LOG |
( |
|
rt, |
|
|
|
... |
|
) |
| |
Value:
SandeshLevel::UT_DEBUG, \
(rt)->GetPrefix().source().to_string(), \
(rt)->GetPrefix().group().to_string(), \
(rt)->GetType(), (rt)->
ToString(), ##__VA_ARGS__)
static string ToString(PhysicalDevice::ManagementProtocol proto)
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 490 of file bgp_mvpn.h.
#define MVPN_TRACE |
( |
|
type, |
|
|
|
... |
|
) |
| |
Value:
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 510 of file bgp_mvpn.h.
void intrusive_ptr_add_ref |
( |
MvpnState * |
mvpn_state | ) |
|
|
inline |
void intrusive_ptr_release |
( |
MvpnState * |
mvpn_state | ) |
|
|
inline |