diff options
author | 2016-08-08 10:35:40 +0300 | |
---|---|---|
committer | 2016-08-08 10:35:40 +0300 | |
commit | 7cecfd8ac5537e2128af95660c19f8bb4955a8a0 (patch) | |
tree | f4ca325c152babd92ef1285189c66eafe4600017 /src/stateless/cp | |
parent | ecc97537fbd9d67fc5f3278dabec49a10943330e (diff) |
IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 packets with extension header.
Diffstat (limited to 'src/stateless/cp')
-rw-r--r-- | src/stateless/cp/trex_exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stateless/cp/trex_exception.h b/src/stateless/cp/trex_exception.h index ff3179f9..3984e7e3 100644 --- a/src/stateless/cp/trex_exception.h +++ b/src/stateless/cp/trex_exception.h @@ -44,6 +44,7 @@ class TrexException : public std::runtime_error T_FLOW_STAT_UNSUPP_PKT_FORMAT, T_FLOW_STAT_BAD_RULE_TYPE, T_FLOW_STAT_BAD_RULE_TYPE_FOR_IF, + T_FLOW_STAT_FAILED_FIND_L3, T_FLOW_STAT_FAILED_FIND_L4, T_FLOW_STAT_PAYLOAD_TOO_SHORT, T_FLOW_STAT_NO_STREAMS_EXIST, |