From 0f7431c353872c23510608723de12aaa2f2ca356 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 11 Oct 2023 13:27:28 +0300 Subject: [PATCH] mgmtd: Change MGMTD_VTY_PORT to 2623 This is clashing with PIMv6 (2622). Signed-off-by: Donatas Abraitis (cherry picked from commit eeda9b8ae82e888c107bdbfd2d3f81c4fe5d0bba) --- mgmtd/mgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgmtd/mgmt.h b/mgmtd/mgmt.h index f52d478bc2..d89d76f5d5 100644 --- a/mgmtd/mgmt.h +++ b/mgmtd/mgmt.h @@ -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 -- 2.39.5