Skip to content

Commit

Permalink
Merge pull request #14564 from opensourcerouting/fix/mgmtd_vty_port
Browse files Browse the repository at this point in the history
mgmtd: Change MGMTD_VTY_PORT to 2623
  • Loading branch information
donaldsharp authored Oct 11, 2023
2 parents 97d8e5c + eeda9b8 commit e922771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmtd/mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "mgmtd/mgmt_txn.h"
#include "mgmtd/mgmt_ds.h"

#define MGMTD_VTY_PORT 2622
#define MGMTD_VTY_PORT 2623
#define MGMTD_SOCKET_BUF_SIZE 65535
#define MGMTD_MAX_COMMIT_LIST 10

Expand Down

0 comments on commit e922771

Please sign in to comment.