support Cisco Unity VID

This commit is contained in:
Andreas Steffen
2012-06-25 11:09:06 +02:00
parent 720ba902c5
commit 554a697a84
2 changed files with 11 additions and 3 deletions
+5
View File
@@ -113,6 +113,11 @@ enum ike_extension_t {
* peer supports DPD detection, RFC 3706 (or IKEv2)
*/
EXT_DPD = (1<<8),
/**
* peer supports Cisco Unity configuration attributes
*/
EXT_CISCO_UNITY = (1<<9),
};
/**