On Mon, Dec 18, 2017 at 9:08 PM, Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> wrote: > On Mon, Dec 18, 2017 at 02:13:17PM +0800, Xin Long wrote: >> Whenever a new type of chunk is added, the corresp conversion in >> sctp_cname should be added. Otherwise, in some places, pr_debug >> will print it as "unknown chunk". >> >> Fixes: cc16f00f6529 ("sctp: add support for generating stream reconf ssn reset request chunk") >> Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> > > Acked-by: Marcelo R. Leitner <marcelo.leitner@xxxxxxxxx> > > ... >> case SCTP_CID_AUTH: >> return "AUTH"; >> >> + case SCTP_CID_RECONF: >> + return "RECONF"; >> + >> default: >> break; > > Now we also need idata and ifwdtsn in there too, btw. Yes, waiting for the merge from net-next to net. > > Marcelo -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html