Skip to content

Commit

Permalink
Add back the continue logic
Browse files Browse the repository at this point in the history
This reverts commit ee781de.
  • Loading branch information
qiluo-msft committed Nov 13, 2022
1 parent ee781de commit 0221844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sonic_ax_impl/mibs/ietf/rfc4363.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def update_data(self):
continue

vlanmac = self.fdb_vlanmac(fdb)
if not vlanmac:
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 0221844

Please sign in to comment.