Skip to content

Commit bb3badd

Browse files
committed
Revert "feat: enable management vrf"
This reverts commit c9e1837. Management VRF requires some more work around bootstrapping the switch
1 parent c9e1837 commit bb3badd

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

images/sonic/launch.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,6 @@ def create_config_db(hwsku: str) -> dict:
385385
'gwaddr': get_default_gateway(),
386386
}
387387
},
388-
'MGMT_VRF_CONFIG': {
389-
'vrf_global': {
390-
'mgmtVrfEnabled': 'true'
391-
}
392-
},
393388
'MGMT_PORT': {
394389
'eth0': {
395390
'alias': 'eth0',

inventories/group_vars/leaves/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sonic_config_mgmt_interface:
1414
ip: "{{ ansible_host }}/16`"
1515
gateway_address: "172.42.0.1"
1616

17-
sonic_config_mgmt_vrf: true
17+
sonic_config_mgmt_vrf: false
1818
sonic_config_nameservers: "{{ router_nameservers }}"
1919

2020
sonic_config_vlans:

0 commit comments

Comments
 (0)