From: Donatas Abraitis Date: Wed, 11 Oct 2023 10:27:28 +0000 (+0300) Subject: mgmtd: Change MGMTD_VTY_PORT to 2623 X-Git-Tag: frr-9.1-rc~14^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b21b93289b1083ba8f32e204e70fe0b1a6e10e63;p=matthieu%2Ffrr.git mgmtd: Change MGMTD_VTY_PORT to 2623 This is clashing with PIMv6 (2622). Signed-off-by: Donatas Abraitis (cherry picked from commit eeda9b8ae82e888c107bdbfd2d3f81c4fe5d0bba) --- 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