aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/reset_seq.c
Commit message (Collapse)AuthorAgeFilesLines
* conftest: Make outgoing sequence number set by reset_seq configurableThomas Klute2013-01-081-8/+69
| | | | | | | | This is useful for certain test cases. Passing the sequence number to the callback requires a new struct that contains both the number and the xfrm_usersa_id. The new configuration parameter is called oseq in accordance with the kernel name, see the comment in the reset_cb callback function for details.
* Remove unused replay variable in conftests seq number reset hookMartin Willi2012-07-161-3/+0
|
* Added a hook to reset ESP sequence numbersMartin Willi2011-01-051-0/+158