OpenSDN source code
|
#include <vector>
#include <boost/uuid/uuid.hpp>
#include <base/address.h>
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <vnc_cfg_types.h>
#include <filter/traffic_action.h>
#include <filter/acl_entry.h>
#include <filter/acl_entry_match.h>
Go to the source code of this file.
Classes | |
struct | RangeSpec |
struct | StaticMirrorNhData |
struct | MirrorActionSpec |
struct | VrfTranslateActionSpec |
struct | QosConfigActionSpec |
struct | ActionSpec |
class | AclEntrySpec |
struct | AclSpec |
Typedefs | |
typedef enum AclTypeSpec | AclTypeSpecT |
Enumerations | |
enum | AclTypeSpec { NOT_USED = 0, TERM = 1, NON_TERM = 2 } |
typedef enum AclTypeSpec AclTypeSpecT |
enum AclTypeSpec |
Enumerator | |
---|---|
NOT_USED | |
TERM | |
NON_TERM |
Definition at line 109 of file acl_entry_spec.h.