diff --git a/suzieq/engines/pandas/interfaces.py b/suzieq/engines/pandas/interfaces.py index 74e09b1269..2efa23f08c 100644 --- a/suzieq/engines/pandas/interfaces.py +++ b/suzieq/engines/pandas/interfaces.py @@ -569,7 +569,7 @@ def _check_ipaddr(x, fld1, fld2, reason): combined_df['assertReason'] += combined_df.apply( lambda x, mlag_peerlinks: [] - if ((x.indexPeer > 0 and + if ((x.indexPeer >= 0 and ((x.namespace, x.hostname, x.master) not in mlag_peerlinks) and (set(x['vlanList']) == set(x['vlanListPeer']))) or ((x.indexPeer < 0) or