Include 'aggressive' when comparing peer_cfg_t objects
This commit is contained in:
@@ -583,6 +583,7 @@ METHOD(peer_cfg_t, equals, bool,
|
|||||||
this->jitter_time == other->jitter_time &&
|
this->jitter_time == other->jitter_time &&
|
||||||
this->over_time == other->over_time &&
|
this->over_time == other->over_time &&
|
||||||
this->dpd == other->dpd &&
|
this->dpd == other->dpd &&
|
||||||
|
this->aggressive == other->aggressive &&
|
||||||
auth_cfg_equal(this, other)
|
auth_cfg_equal(this, other)
|
||||||
#ifdef ME
|
#ifdef ME
|
||||||
&& this->mediation == other->mediation &&
|
&& this->mediation == other->mediation &&
|
||||||
|
|||||||
Reference in New Issue
Block a user