diff options
Diffstat (limited to 'src/libcharon/sa/ike_sa.h')
-rwxr-xr-x[-rw-r--r--] | src/libcharon/sa/ike_sa.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcharon/sa/ike_sa.h b/src/libcharon/sa/ike_sa.h index 27eab5445..15fd35c25 100644..100755 --- a/src/libcharon/sa/ike_sa.h +++ b/src/libcharon/sa/ike_sa.h @@ -153,6 +153,11 @@ enum ike_condition_t { * IKE_SA is stale, the peer is currently unreachable (MOBIKE) */ COND_STALE = (1<<7), + + /** + * Initial contact received + */ + COND_INIT_CONTACT_SEEN = (1<<8), }; /** |