There was an error while loading. Please reload this page.
1 parent c9e1837 commit bb3baddCopy full SHA for bb3badd
2 files changed
images/sonic/launch.py
@@ -385,11 +385,6 @@ def create_config_db(hwsku: str) -> dict:
385
'gwaddr': get_default_gateway(),
386
}
387
},
388
- 'MGMT_VRF_CONFIG': {
389
- 'vrf_global': {
390
- 'mgmtVrfEnabled': 'true'
391
- }
392
- },
393
'MGMT_PORT': {
394
'eth0': {
395
'alias': 'eth0',
inventories/group_vars/leaves/main.yaml
@@ -14,7 +14,7 @@ sonic_config_mgmt_interface:
14
ip: "{{ ansible_host }}/16`"
15
gateway_address: "172.42.0.1"
16
17
-sonic_config_mgmt_vrf: true
+sonic_config_mgmt_vrf: false
18
sonic_config_nameservers: "{{ router_nameservers }}"
19
20
sonic_config_vlans:
0 commit comments