Closed mingjunzhang2019 closed 4 years ago
This is to cope with click config on mgmt VRF
testing:
Now: sonic# show ip vrf ---------------------------------------------------------------- mgmt eth0 Vrf_blue After: root@sonic:~# config vrf del mgmt (which disables mgmt VRF, not remove it): sonic# show ip vrf ---------------------------------------------------------------- Vrf_blue After: root@sonic:~# config vrf add mgmt (which enables mgmt VRF): sonic# show ip vrf ---------------------------------------------------------------- mgmt eth0 Vrf_blue
This is to cope with click config on mgmt VRF
testing: