Closed karimra closed 2 years ago
There is a discrepancy between the docs and the actual behavior of save cmd for SRLinux.
It is documented to run sr_cli -d tools system configuration generate-checkpoint. While in the code it runs sr_cli -d tools system configuration save.
sr_cli -d tools system configuration generate-checkpoint
sr_cli -d tools system configuration save
I believe the code was updated without updating the docs.
fixed in a9eedf6
There is a discrepancy between the docs and the actual behavior of save cmd for SRLinux.
It is documented to run
sr_cli -d tools system configuration generate-checkpoint
. While in the code it runssr_cli -d tools system configuration save
.I believe the code was updated without updating the docs.