summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-09-22 15:15:29 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-05 10:45:28 +0300
commitaf781231f369dfcf735b499ed65b800e7d6b5537 (patch)
tree0648ae28e8bd6f237bb77deceeb2643a2d465aa9 /src/bp_sim.h
parent15499f72d642b4ed99f4f71d50d04cf70953aeac (diff)
pre test: Send grat ARP, and resolve gateway addresses
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 2790aa95..37c3e1ef 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -757,7 +757,8 @@ public:
uint16_t m_vlan_port[2]; /* vlan value */
uint16_t m_src_ipv6[6]; /* Most signficant 96-bits */
uint16_t m_dst_ipv6[6]; /* Most signficant 96-bits */
-
+ uint32_t m_def_gw[TREX_MAX_PORTS];
+ uint32_t m_ip[TREX_MAX_PORTS];
uint32_t m_latency_rate; /* pkt/sec for each thread/port zero disable */
uint32_t m_latency_mask;
uint32_t m_latency_prev;