Dropped support of deprecated authby=eap and eap= options
This commit is contained in:
@@ -139,7 +139,6 @@ static int add_connection(char *name,
|
||||
|
||||
msg.add_conn.name = push_string(&msg, name);
|
||||
msg.add_conn.version = 2;
|
||||
msg.add_conn.auth_method = 2;
|
||||
msg.add_conn.mode = 1;
|
||||
msg.add_conn.mobike = 1;
|
||||
msg.add_conn.dpd.action = 1;
|
||||
|
||||
@@ -240,10 +240,6 @@ struct stroke_msg_t {
|
||||
struct {
|
||||
char *name;
|
||||
int version;
|
||||
/* next three are deprecated, use stroke_end_t.auth instead */
|
||||
int auth_method;
|
||||
u_int32_t eap_type;
|
||||
u_int32_t eap_vendor;
|
||||
char *eap_identity;
|
||||
char *aaa_identity;
|
||||
char *xauth_identity;
|
||||
|
||||
Reference in New Issue
Block a user