Pass initiator parameter to distinguish between original and exchange initiator

This commit is contained in:
Martin Willi
2010-07-26 13:53:53 +02:00
parent b2e447e24a
commit 3e6736f67e
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -212,6 +212,7 @@ METHOD(ha_message_t, add_attribute, void,
break;
}
/* u_int8_t */
case HA_INITIATOR:
case HA_IPSEC_MODE:
case HA_IPCOMP:
{
@@ -422,6 +423,7 @@ METHOD(enumerator_t, attribute_enumerate, bool,
return TRUE;
}
/* u_int8_t */
case HA_INITIATOR:
case HA_IPSEC_MODE:
case HA_IPCOMP:
{