]> asedeno.scripts.mit.edu Git - linux.git/commit
sctp: add SCTP_CID_RECONF conversion in sctp_cname
authorXin Long <lucien.xin@gmail.com>
Mon, 18 Dec 2017 06:13:17 +0000 (14:13 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Dec 2017 18:21:46 +0000 (13:21 -0500)
commitd196975905b2bb227dc54547c03b3d9d0013805c
treecd9ebcbc7a5f018d1a7def28d350a06748c057d6
parent5c468674d17056148da06218d4da5d04baf22eac
sctp: add SCTP_CID_RECONF conversion in sctp_cname

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@gmail.com>
Acked-by: Marcelo R. Leitner <marcelo.leitner@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/debug.c