Pass IKE version to peer config enumerator, filter configs

This commit is contained in:
Martin Willi
2012-03-20 17:31:25 +01:00
parent d94c923648
commit ac009df132
10 changed files with 57 additions and 31 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
#include <utils/linked_list.h>
#include <utils/identification.h>
ENUM(ike_version_names, IKEV1, IKEV2,
ENUM(ike_version_names, IKE_ANY, IKEV2,
"IKEv1/2"
"IKEv1",
"IKEv2",
);