[SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 7 Jan 2008 08:28:16 +0000 (00:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2008 07:30:04 +0000 (23:30 -0800)
commit036b579b1146f52c51398f1ab663cf659094107d
tree21491019a0b98a24e3e1ea356778afd0df46c497
parent6df9cfc1ad45839e2a11330ab354330c6128cb73
[SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT.

Some recent changes completely removed accounting for the FORWARD_TSN
parameter length in the INIT and INIT-ACK chunk.  This is wrong and
should be restored.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_make_chunk.c