mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
peer-cfg: Add missing UNIQUE_NEVER to unique_policy_names
This commit is contained in:
parent
b9dfeb5de4
commit
b9dd46d8a9
@ -31,7 +31,8 @@ ENUM(cert_policy_names, CERT_ALWAYS_SEND, CERT_NEVER_SEND,
|
||||
"CERT_NEVER_SEND",
|
||||
);
|
||||
|
||||
ENUM(unique_policy_names, UNIQUE_NO, UNIQUE_KEEP,
|
||||
ENUM(unique_policy_names, UNIQUE_NEVER, UNIQUE_KEEP,
|
||||
"UNIQUE_NEVER",
|
||||
"UNIQUE_NO",
|
||||
"UNIQUE_REPLACE",
|
||||
"UNIQUE_KEEP",
|
||||
|
Loading…
x
Reference in New Issue
Block a user