summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_exception.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-08-08 10:35:40 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-08-08 10:35:40 +0300
commit7cecfd8ac5537e2128af95660c19f8bb4955a8a0 (patch)
treef4ca325c152babd92ef1285189c66eafe4600017 /src/stateless/cp/trex_exception.h
parentecc97537fbd9d67fc5f3278dabec49a10943330e (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/trex_exception.h')
-rw-r--r--src/stateless/cp/trex_exception.h1
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,