From 58f1ee52761a489322036f111793ddd8e85e197a Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 8 Sep 2016 12:04:59 +0300 Subject: APIs and functions in preparation for receive all mode. XL710/i350 mode toggling work. --- src/stateless/cp/trex_exception.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stateless/cp/trex_exception.h') 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, -- cgit 1.2.3-korg