summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2017-02-19 17:01:27 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-02-21 12:03:42 +0200
commit977c61cb03e8bfc5f03d174b1761c2003f0e7ba6 (patch)
tree0af73f379be03a9abeb63324cda0d97cbc12afd8 /src/bp_sim.h
parente37db2930e8c495e0f08bf0cb9b8529c0d88a3b3 (diff)
Removed mac keyword from all traffic profiles
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 53ff33ed..8c882c51 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -3643,9 +3643,6 @@ inline CFlowPktInfo * CCapFileFlowInfo::GetPacket(uint32_t index){
struct CFlowsYamlInfo {
public:
double m_duration_sec; //duration in sec for the cap file
-
-// IPv4 addressing
-
// IPv6 addressing
std::vector <uint16_t> m_src_ipv6;
std::vector <uint16_t> m_dst_ipv6;
@@ -3671,12 +3668,7 @@ public:
CVlanYamlInfo m_vlan_info;
CTupleGenYamlInfo m_tuple_gen;
bool m_tuple_gen_was_set;
-
-
- std::vector <uint8_t> m_mac_base;
-
std::vector <CFlowYamlInfo> m_vec;
-
bool m_is_plugin_configured; /* any plugin is configured */
CTimerWheelYamlInfo m_tw;