We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02078cd commit 2a7b93dCopy full SHA for 2a7b93d
scripts/db_migrator.py
@@ -828,8 +828,6 @@ def migrate_frr_separate_config_mode (self):
828
"""
829
log.log_notice('Migrate FRR Config mode configuration')
830
metadata = self.configDB.get_entry('DEVICE_METADATA', 'localhost')
831
- #device_metadata_data = self.config_src_data["DEVICE_METADATA"]["localhost"]
832
- #metadata['docker_router_config_mode'] = "unified"
833
if 'docker_routing_config_mode' not in metadata:
834
metadata['docker_routing_config_mode'] = "unified"
835
self.configDB.set_entry('DEVICE_METADATA', 'localhost', metadata)
0 commit comments