Skip to content

Commit

Permalink
Merge pull request #1346 from steiler/srlcreds
Browse files Browse the repository at this point in the history
srl default creds
  • Loading branch information
hellt authored Apr 28, 2023
2 parents 9553c1a + b579070 commit 6508bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/srl/srl.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var (
"net.ipv6.conf.all.autoconf": "0",
"net.ipv6.conf.default.autoconf": "0",
}
defaultCredentials = nodes.NewCredentials("admin", "admin")
defaultCredentials = nodes.NewCredentials("admin", "NokiaSrl1!")

srlTypes = map[string]string{
"ixrd1": "7220IXRD1.yml",
Expand Down

0 comments on commit 6508bf1

Please sign in to comment.