Define a special XFRM mark_t.value that dynamically uses the CHILD_SA reqid
This commit is contained in:
@@ -171,6 +171,11 @@ struct mark_t {
|
||||
u_int32_t mask;
|
||||
};
|
||||
|
||||
/**
|
||||
* Special mark value that uses the reqid of the CHILD_SA as mark
|
||||
*/
|
||||
#define MARK_REQID (0xFFFFFFFF)
|
||||
|
||||
/**
|
||||
* Interface to the ipsec subsystem of the kernel.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user