ipvs: fix sctp chunk length order
authorJulian Anastasov <ja@ssi.bg>
Sat, 9 Mar 2013 21:25:06 +0000 (23:25 +0200)
committerSimon Horman <horms@verge.net.au>
Tue, 19 Mar 2013 00:37:27 +0000 (09:37 +0900)
Fix wrong but non-fatal access to chunk length.
sch->length should be in network order, next chunk should
be aligned to 4 bytes. Problem noticed in sparse output.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found