Skip to content

Commit

Permalink
Adding LOOPBACK interface to db migrate script (sonic-net#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsunny authored and lguohan committed Nov 13, 2019
1 parent e4a5e4c commit fe4446a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def migrate_interface_table(self):
if_tables = {
'INTERFACE',
'PORTCHANNEL_INTERFACE',
'VLAN_INTERFACE'
'VLAN_INTERFACE',
'LOOPBACK_INTERFACE'
}
for table in if_tables:
data = self.configDB.get_table(table)
Expand Down

0 comments on commit fe4446a

Please sign in to comment.