Added a message method to set the "higher version supported" flag
This commit is contained in:
@@ -153,6 +153,11 @@ struct message_t {
|
||||
*/
|
||||
bool (*get_request) (message_t *this);
|
||||
|
||||
/**
|
||||
* Set the version flag in the IKE header.
|
||||
*/
|
||||
void (*set_version_flag)(message_t *this);
|
||||
|
||||
/**
|
||||
* Get a reserved bit in the IKE header.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user