Skip to content

Commit

Permalink
Remove error logging on "failed in fdb_vlanmac", it is considered normal
Browse files Browse the repository at this point in the history
that the dependences of FDB_ENTRY are temporarily not available.
  • Loading branch information
qiluo-msft committed Nov 13, 2022
1 parent 8a515f2 commit ee781de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sonic_ax_impl/mibs/ietf/rfc4363.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ def update_data(self):
continue

vlanmac = self.fdb_vlanmac(fdb)
if not vlanmac:
mibs.logger.error("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
continue
self.vlanmac_ifindex_map[vlanmac] = port_index
self.vlanmac_ifindex_list.append(vlanmac)
self.vlanmac_ifindex_list.sort()
Expand Down

0 comments on commit ee781de

Please sign in to comment.