From 0074ceeed2aa9ecafbbd8a71dc42d4bee1b34ffb Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 6 Dec 2016 15:29:55 +0200 Subject: RX features phase 2 - ARP and ICMP self response Signed-off-by: imarom --- src/stateless/cp/trex_exception.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 c12732ef..ffc2f734 100644 --- a/src/stateless/cp/trex_exception.h +++ b/src/stateless/cp/trex_exception.h @@ -55,7 +55,10 @@ class TrexException : public std::runtime_error T_FLOW_STAT_NO_FREE_HW_ID, T_FLOW_STAT_RX_CORE_START_FAIL, T_FLOW_STAT_BAD_HW_ID, - T_INVALID + + T_RX_PKT_PARSE_ERR, + + T_INVALID, }; TrexException() : std::runtime_error(""), m_type(T_INVALID) { -- cgit 1.2.3-korg