X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsctp%2Fsctp_output.c;fp=src%2Fvnet%2Fsctp%2Fsctp_output.c;h=a65f166a9c6f508e1263a2af1ed28b1924fde6ae;hb=701625b84f7a3ffc62520e0ba88bb9bbff4b280e;hp=e2738e90c09337ce3de2541a5dbd1dd4ea149f2b;hpb=889fe948df5d53c6210b4db402b8c07d3e45d680;p=vpp.git diff --git a/src/vnet/sctp/sctp_output.c b/src/vnet/sctp/sctp_output.c index e2738e90c09..a65f166a9c6 100644 --- a/src/vnet/sctp/sctp_output.c +++ b/src/vnet/sctp/sctp_output.c @@ -1702,7 +1702,7 @@ sctp46_output_inline (vlib_main_t * vm, { clib_warning ("Trying to send an unrecognized chunk... something is really bad."); - error0 = SCTP_ERROR_UNKOWN_CHUNK; + error0 = SCTP_ERROR_UNKNOWN_CHUNK; next0 = SCTP_OUTPUT_NEXT_DROP; goto done; } @@ -1735,7 +1735,7 @@ sctp46_output_inline (vlib_main_t * vm, connection.rmt_port, sctp_hdr->dst_port); - error0 = SCTP_ERROR_UNKOWN_CHUNK; + error0 = SCTP_ERROR_UNKNOWN_CHUNK; next0 = SCTP_OUTPUT_NEXT_DROP; goto done; } @@ -1758,7 +1758,7 @@ sctp46_output_inline (vlib_main_t * vm, sctp_chunk_to_string (chunk_type), sctp_state_to_string (sctp_conn->state)); - error0 = SCTP_ERROR_UNKOWN_CHUNK; + error0 = SCTP_ERROR_UNKNOWN_CHUNK; next0 = SCTP_OUTPUT_NEXT_DROP; goto done;