aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/reset_seq.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-241-1/+1
| | | | | This allows us to streamline the netlink buffers, and avoid extensive casting.
* conftest: Disable reset_seq hook on systems other than LinuxTobias Brunner2013-08-211-0/+6
| | | | Fixes #386.
* 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