]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/remoteconf.h
ipsec-286.1.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / remoteconf.h
index aef7e768c4857dc3e84231b70d41ff2f1e72d8bb..7eed12f0139596ddec20f05454e2491d56fb894c 100644 (file)
@@ -168,11 +168,8 @@ struct remoteconf {
     int in_list;            // in the linked list
     int refcount;           // ref count - in use
     int ike_version;
-
-       // IKEV2 configs
-    struct etypes *eap_types;
-    CFDictionaryRef eap_options;
-    CFDictionaryRef ikev2_cfg_request;
+    
+    struct sockaddr_storage *forced_local;     /* forced local IP address */
 
        TAILQ_ENTRY(remoteconf) chain;  /* next remote conf */
 };