Skip to content

Commit

Permalink
fix(frr): change telnet port
Browse files Browse the repository at this point in the history
See ports map here:
https://docs.frrouting.org/en/latest/setup.html#services

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Oct 14, 2023
1 parent 1962819 commit ff401db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/telnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
const (
network = "tcp"
password = "opi"
address = "localhost:2605"
address = "localhost:2601"
timeout = 10 * time.Second
)

Expand Down

0 comments on commit ff401db

Please sign in to comment.