commit | 4007cc88ceec8892b74792f0a10983b140beae72 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Sep 04 18:21:00 2009 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Sep 04 18:21:00 2009 -0400 |
tree | 6a1af00a4ca24155255c031fdcd05b7d6ead59ab | |
parent | d521c08f4c16d27f193718da778503a6472501da [diff] |
sctp: Correctly track if AUTH has been bundled. We currently track if AUTH has been bundled using the 'auth' pointer to the chunk. However, AUTH is disallowed after DATA is already in the packet, so we need to instead use the 'has_auth' field. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>