#include <boost/intrusive/list.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/intrusive_ptr.hpp>
#include <tbb/atomic.h>
#include <oper/oper_db.h>
#include <filter/traffic_action.h>
#include <filter/acl_entry_match.h>
#include <filter/acl_entry_spec.h>
#include <filter/acl_entry.h>
#include <filter/packet_header.h>
Go to the source code of this file.
#define ACL_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
Acl##obj::TraceMsg(
AclTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr AclTraceBuf
Definition at line 223 of file acl.h.