|
OpenSDN source code
|
#include <cfg_mirror.h>

Public Attributes | |
| std::string | handle |
| IpAddress | sip |
| uint16_t | sport |
| IpAddress | dip |
| uint16_t | dport |
| int | time_period |
| std::string | mirror_vrf |
Definition at line 118 of file cfg_mirror.h.
| IpAddress MirrorDestination::dip |
Definition at line 123 of file cfg_mirror.h.
| uint16_t MirrorDestination::dport |
Definition at line 124 of file cfg_mirror.h.
| std::string MirrorDestination::handle |
Definition at line 119 of file cfg_mirror.h.
| std::string MirrorDestination::mirror_vrf |
Definition at line 127 of file cfg_mirror.h.
| IpAddress MirrorDestination::sip |
Definition at line 120 of file cfg_mirror.h.
| uint16_t MirrorDestination::sport |
Definition at line 121 of file cfg_mirror.h.
| int MirrorDestination::time_period |
Definition at line 126 of file cfg_mirror.h.