peer-cfg: Add missing UNIQUE_NEVER to unique_policy_names

This commit is contained in:
Martin Willi 2014-05-19 18:04:41 +02:00
parent b9dfeb5de4
commit b9dd46d8a9

View File

@ -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",