OpenSDN source code
mpls.h File Reference
Include dependency graph for mpls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MplsLabelKey
 
class  MplsLabelData
 
class  MplsLabel
 
class  MplsTable
 

Macros

#define MPLS_TRACE(obj, ...)
 

Variables

SandeshTraceBufferPtr MplsTraceBuf
 

Macro Definition Documentation

◆ MPLS_TRACE

#define MPLS_TRACE (   obj,
  ... 
)
Value:
do { \
obj::TraceMsg(MplsTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__); \
} while (false)
SandeshTraceBufferPtr MplsTraceBuf

Definition at line 15 of file mpls.h.

Variable Documentation

◆ MplsTraceBuf

SandeshTraceBufferPtr MplsTraceBuf
extern