show authentication method in ipsec statusall

This commit is contained in:
Andreas Steffen
2008-06-30 17:08:47 +00:00
parent b119f89a4e
commit 5397a7f91d
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -38,9 +38,9 @@ ENUM(unique_policy_names, UNIQUE_NO, UNIQUE_KEEP,
);
ENUM(config_auth_method_names, CONF_AUTH_PUBKEY, CONF_AUTH_EAP,
"CONF_AUTH_PUBKEY",
"CONF_AUTH_PSK",
"CONF_AUTH_EAP",
"PUBKEY",
"PSK",
"EAP",
);
typedef struct private_peer_cfg_t private_peer_cfg_t;