Disable DPD checking for peers not supporting it

This commit is contained in:
Martin Willi
2012-03-20 17:31:35 +01:00
parent 214d4e4090
commit 11aadd7722
3 changed files with 20 additions and 3 deletions
+5
View File
@@ -108,6 +108,11 @@ enum ike_extension_t {
* peer supports XAuth authentication, draft-ietf-ipsec-isakmp-xauth-06
*/
EXT_XAUTH = (1<<7),
/**
* peer supports DPD detection, RFC 3706 (or IKEv2)
*/
EXT_DPD = (1<<8),
};
/**