session/tcp: filtering improvements
[vpp.git] / src / vnet / tcp / tcp_error.def
index a4e46d6..5bff5ee 100644 (file)
@@ -38,4 +38,7 @@ tcp_error (FILTERED_DUPACKS, "Filtered duplicate ACKs")
 tcp_error (RST_SENT, "Resets sent")
 tcp_error (INVALID_CONNECTION, "Invalid connection")
 tcp_error (NO_WND, "No window")
-tcp_error (CONNECTION_CLOSED, "Connection closed")
\ No newline at end of file
+tcp_error (CONNECTION_CLOSED, "Connection closed")
+tcp_error (CREATE_EXISTS, "Connection already exists")
+tcp_error (PUNT, "Packets punted")
+tcp_error (FILTERED, "Packets filtered")
\ No newline at end of file