Skip to content

Commit ee781de

Browse files
committed
Remove error logging on "failed in fdb_vlanmac", it is considered normal
that the dependences of FDB_ENTRY are temporarily not available.
1 parent 8a515f2 commit ee781de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sonic_ax_impl/mibs/ietf/rfc4363.py

-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ def update_data(self):
9898
continue
9999

100100
vlanmac = self.fdb_vlanmac(fdb)
101-
if not vlanmac:
102-
mibs.logger.error("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
103-
continue
104101
self.vlanmac_ifindex_map[vlanmac] = port_index
105102
self.vlanmac_ifindex_list.append(vlanmac)
106103
self.vlanmac_ifindex_list.sort()

0 commit comments

Comments
 (0)