summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_exception.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-09-08 12:04:59 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-09-13 11:54:20 +0300
commit58f1ee52761a489322036f111793ddd8e85e197a (patch)
tree0381145a5b44e685c94a9723f6d75e3cfe924004 /src/stateless/cp/trex_exception.h
parent34a6b9050f9179e8000e54b0b3c07f054322c5a2 (diff)
APIs and functions in preparation for receive all mode. XL710/i350 mode toggling work.
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 3984e7e3..c12732ef 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_BAD_RULE_TYPE_FOR_MODE,
T_FLOW_STAT_FAILED_FIND_L3,
T_FLOW_STAT_FAILED_FIND_L4,
T_FLOW_STAT_PAYLOAD_TOO_SHORT,