Skip to content

Commit fe4446a

Browse files
prsunnylguohan
authored andcommitted
Adding LOOPBACK interface to db migrate script (sonic-net#734)
1 parent e4a5e4c commit fe4446a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/db_migrator.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def migrate_interface_table(self):
7777
if_tables = {
7878
'INTERFACE',
7979
'PORTCHANNEL_INTERFACE',
80-
'VLAN_INTERFACE'
80+
'VLAN_INTERFACE',
81+
'LOOPBACK_INTERFACE'
8182
}
8283
for table in if_tables:
8384
data = self.configDB.get_table(table)

0 commit comments

Comments
 (0)