diff --git a/katran/tpr/TcpPktRouter.h b/katran/tpr/TcpPktRouter.h index b0657092d..86b44ccca 100644 --- a/katran/tpr/TcpPktRouter.h +++ b/katran/tpr/TcpPktRouter.h @@ -71,6 +71,10 @@ class TcpPktRouter { return v6Id_; } + RunningMode getMode() { + return mode_; + } + /** * Collects aggregated tcp_router_stats over numCpus. */