Skip to content

Commit

Permalink
removed accidently added spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahzad Iqbal (SHAHZADIQBAL) authored and Shahzad Iqbal (SHAHZADIQBAL) committed Jul 31, 2022
1 parent 2b5658d commit c2db718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vnet_route_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_all_rifs_oids():
'''
db = swsscommon.DBConnector('COUNTERS_DB', 0)
rif_table = swsscommon.Table(db, 'COUNTERS_RIF_NAME_MAP')

rif_name_oid_map = dict(rif_table.get('')[1])

return rif_name_oid_map
Expand Down Expand Up @@ -247,7 +247,7 @@ def get_vnet_routes_from_asic_db():

vnet_vrfs = get_vrf_entries()
vnet_vrfs_oids = [vnet_vrfs[k] for k in vnet_vrfs]

vnet_intfs = get_vnet_intfs()

vrf_oid_to_vnet_map = {}
Expand Down

0 comments on commit c2db718

Please sign in to comment.