Handle IKEv1 NAT-T vendor ID payload (only RFC 3947 for now).

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:10 +01:00
parent 1e97783c99
commit 06d29be714
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ typedef struct ike_sa_t ike_sa_t;
enum ike_extension_t {
/**
* peer supports NAT traversal as specified in RFC4306
* peer supports NAT traversal as specified in RFC4306 or RFC3947
*/
EXT_NATT = (1<<0),