tcp: do not format sb if not established (VPP-1018)
[vpp.git] / src / vnet / tcp / tcp_error.def
index a4e46d6..a179717 100644 (file)
@@ -38,4 +38,6 @@ 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")
\ No newline at end of file