kernel-interface: Add support to change the reqid in update_sa()

This commit is contained in:
Tobias Brunner
2022-04-14 18:42:01 +02:00
parent 1f060357f4
commit 1b3af3e37d
4 changed files with 17 additions and 0 deletions
+2
View File
@@ -130,6 +130,8 @@ struct kernel_ipsec_update_sa_t {
bool encap;
/** TRUE to enable UDP encapsulation */
bool new_encap;
/** New reqid, or 0 if unchanged */
uint32_t new_reqid;
};
/**