#include <mirror_table.h>
Definition at line 19 of file mirror_table.h.
◆ MirrorEntryFlags
Enumerator |
---|
DynamicNH_With_JuniperHdr | |
DynamicNH_Without_JuniperHdr | |
StaticNH_With_JuniperHdr | |
StaticNH_Without_JuniperHdr | |
Definition at line 20 of file mirror_table.h.
◆ MirrorEntryData() [1/2]
MirrorEntryData::MirrorEntryData |
( |
const std::string |
vrf_name, |
|
|
const IpAddress & |
sip, |
|
|
const uint16_t |
sport, |
|
|
const IpAddress & |
dip, |
|
|
const uint16_t |
dport, |
|
|
uint8_t |
mirror_flags, |
|
|
uint32_t |
vni, |
|
|
const MacAddress & |
mac, |
|
|
bool |
createdvrf |
|
) |
| |
|
inline |
◆ MirrorEntryData() [2/2]
MirrorEntryData::MirrorEntryData |
( |
bool |
nic_assisted_mirroring, |
|
|
uint16_t |
nic_assisted_mirroring_vlan |
|
) |
| |
|
inline |
◆ createdvrf_
bool MirrorEntryData::createdvrf_ |
◆ dip_
◆ dport_
uint16_t MirrorEntryData::dport_ |
◆ mac_
◆ mirror_flags_
uint8_t MirrorEntryData::mirror_flags_ |
◆ nic_assisted_mirroring_
bool MirrorEntryData::nic_assisted_mirroring_ |
◆ nic_assisted_mirroring_vlan_
uint16_t MirrorEntryData::nic_assisted_mirroring_vlan_ |
◆ sip_
◆ sport_
uint16_t MirrorEntryData::sport_ |
◆ vni_
uint32_t MirrorEntryData::vni_ |
◆ vrf_name_
std::string MirrorEntryData::vrf_name_ |
The documentation for this struct was generated from the following file: