]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sctp/sm_statefuns.c
sctp: implement receiver-side procedures for the Reconf Response Parameter
[mirror_ubuntu-artful-kernel.git] / net / sctp / sm_statefuns.c
index a8687a78ed41d66d99fb8980fd767337e538e778..ab1374fa5ab084f8ac88699d059c6438daabcccf 100644 (file)
@@ -3881,9 +3881,9 @@ sctp_disposition_t sctp_sf_do_reconf(struct net *net,
                else if (param.p->type == SCTP_PARAM_RESET_ADD_IN_STREAMS)
                        reply = sctp_process_strreset_addstrm_in(
                                (struct sctp_association *)asoc, param, &ev);
-               /* More handles for other types will be added here, by now it
-                * just ignores other types.
-                */
+               else if (param.p->type == SCTP_PARAM_RESET_RESPONSE)
+                       reply = sctp_process_strreset_resp(
+                               (struct sctp_association *)asoc, param, &ev);
 
                if (ev)
                        sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,