commit | 0017c0b57500606aab894cdb02fdf3380ddd60ee | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Mon Mar 11 10:32:16 2013 +0100 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Wed Mar 20 11:57:52 2013 +0100 |
tree | 79be87abec387e4f8e6a24afb16ea822e54e4938 | |
parent | 85dfb745ee40232876663ae206cba35f24ab2a40 [diff] |
xfrm: Fix replay notification for esn. We may miscalculate the sequence number difference from the last time we send a notification if a sequence number wrap occured in the meantime. We fix this by adding a separate replay notify function for esn. Here we take the high bits of the sequence number into account to calculate the difference. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>