When logging to the database, the IDs of an IKE SA are initially NULL.
This commit is contained in:
@@ -206,9 +206,9 @@ CREATE TABLE ike_sas (
|
||||
id INTEGER NOT NULL,
|
||||
initiator INTEGER NOT NULL,
|
||||
local_id_type INTEGER NOT NULL,
|
||||
local_id_data BLOB NOT NULL,
|
||||
local_id_data BLOB DEFAULT NULL,
|
||||
remote_id_type INTEGER NOT NULL,
|
||||
remote_id_data BLOB NOT NULL,
|
||||
remote_id_data BLOB DEFAULT NULL,
|
||||
host_family INTEGER NOT NULL,
|
||||
local_host_data BLOB NOT NULL,
|
||||
remote_host_data BLOB NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user