]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname
authorXin Long <lucien.xin@gmail.com>
Mon, 12 Feb 2018 10:29:51 +0000 (18:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2018 16:40:01 +0000 (11:40 -0500)
commitd6eb4e34a07bb320a0c607f49faa8fdd0207519a
tree0eeea15b81107b6330c8bd91987d0b96960a0bf8
parentd988c7f1072634694217797fc6e74568b26a4ea5
sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname

After the support for SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN chunks,
the corresp conversion in sctp_cname should also be added. Otherwise,
in some places, pr_debug will print them as "unknown chunk".

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo 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