Skip to content

Commit

Permalink
removed no longer necessary var with save cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 29, 2021
1 parent 03d810e commit bedba64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ import (
"github.com/srl-labs/containerlab/nodes"
)

var saveCommand = map[string][]string{
"srl": {"sr_cli", "-d", "tools", "system", "configuration", "generate-checkpoint"},
"ceos": {"Cli", "-p", "15", "-c", "copy running flash:conf-saved.conf"},
"crpd": {"cli", "show", "conf"},
}

// saveCmd represents the save command
var saveCmd = &cobra.Command{
Use: "save",
Expand Down

0 comments on commit bedba64

Please sign in to comment.