We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0221844 commit bb9b81eCopy full SHA for bb9b81e
src/sonic_ax_impl/mibs/ietf/rfc4363.py
@@ -99,6 +99,7 @@ def update_data(self):
99
100
vlanmac = self.fdb_vlanmac(fdb)
101
if not vlanmac:
102
+ mibs.logger.debug("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
103
continue
104
self.vlanmac_ifindex_map[vlanmac] = port_index
105
self.vlanmac_ifindex_list.append(vlanmac)
0 commit comments