diff options
author | imarom <imarom@cisco.com> | 2015-09-17 11:09:44 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-09-17 11:09:44 +0300 |
commit | 1e723ff84bb6cdf6dd3a58650af059b6814b5331 (patch) | |
tree | 520ba430a286b2c50962b67d4c447edab8803e01 /src/stateless | |
parent | 3b372bbe45931b853f3f906352a0cbdc89952c41 (diff) |
added more tests
Diffstat (limited to 'src/stateless')
-rw-r--r-- | src/stateless/trex_stateless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stateless/trex_stateless.cpp b/src/stateless/trex_stateless.cpp index 537dfa4a..dcad1514 100644 --- a/src/stateless/trex_stateless.cpp +++ b/src/stateless/trex_stateless.cpp @@ -78,7 +78,7 @@ uint8_t TrexStateless::get_port_count() { * **************************/ TrexStatelessPort::TrexStatelessPort(uint8_t port_id) : m_port_id(port_id) { - m_port_state = PORT_STATE_DOWN; + m_port_state = PORT_STATE_UP_IDLE; } |