commit | cf2e39429c245245db889fffdfbdf3f889a6cb22 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Sat Mar 09 23:25:06 2013 +0200 |
committer | Simon Horman <horms@verge.net.au> | Tue Mar 19 09:37:27 2013 +0900 |
tree | 34e0d72568893bafa61722e786716c3094b39288 | |
parent | a82783c91d5dce680dbd290ebf301a520b0e72a5 [diff] |
ipvs: fix sctp chunk length order 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>