Skip to content

Commit

Permalink
Merge pull request #665 from LimeHat/main
Browse files Browse the repository at this point in the history
Add default credentials for vr-csr
  • Loading branch information
hellt committed Oct 24, 2021
2 parents 94ef1b8 + 683c63b commit 3c709eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ var DefaultCredentials = map[string][]string{
"vr-vmx": {"admin", "admin@123"},
"vr-vqfx": {"admin", "admin@123"},
"vr-xrv9k": {"clab", "clab@123"},
"vr-csr": {"admin", "admin"},
}

0 comments on commit 3c709eb

Please sign in to comment.