OpenSDN source code
|
#include <acl_entry_spec.h>
Public Member Functions | |
MirrorActionSpec () | |
bool | operator== (const MirrorActionSpec &rhs) const |
Public Attributes | |
std::string | analyzer_name |
std::string | vrf_name |
IpAddress | ip |
MacAddress | mac |
uint16_t | port |
std::string | encap |
bool | juniper_header |
std::string | nh_mode |
StaticMirrorNhData | staticnhdata |
bool | nic_assisted_mirroring |
uint16_t | nic_assisted_mirroring_vlan |
Definition at line 31 of file acl_entry_spec.h.
|
inline |
Definition at line 32 of file acl_entry_spec.h.
|
inline |
Definition at line 34 of file acl_entry_spec.h.
std::string MirrorActionSpec::analyzer_name |
Definition at line 37 of file acl_entry_spec.h.
std::string MirrorActionSpec::encap |
Definition at line 42 of file acl_entry_spec.h.
IpAddress MirrorActionSpec::ip |
Definition at line 39 of file acl_entry_spec.h.
bool MirrorActionSpec::juniper_header |
Definition at line 43 of file acl_entry_spec.h.
MacAddress MirrorActionSpec::mac |
Definition at line 40 of file acl_entry_spec.h.
std::string MirrorActionSpec::nh_mode |
Definition at line 44 of file acl_entry_spec.h.
bool MirrorActionSpec::nic_assisted_mirroring |
Definition at line 46 of file acl_entry_spec.h.
uint16_t MirrorActionSpec::nic_assisted_mirroring_vlan |
Definition at line 47 of file acl_entry_spec.h.
uint16_t MirrorActionSpec::port |
Definition at line 41 of file acl_entry_spec.h.
StaticMirrorNhData MirrorActionSpec::staticnhdata |
Definition at line 45 of file acl_entry_spec.h.
std::string MirrorActionSpec::vrf_name |
Definition at line 38 of file acl_entry_spec.h.