diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-11 13:27:28 +0300 | 
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-11 16:08:02 +0000 | 
| commit | b21b93289b1083ba8f32e204e70fe0b1a6e10e63 (patch) | |
| tree | cbff3169d2f5029761151b1cdca85b6acfb9a090 /mgmtd/mgmt.h | |
| parent | 964c166f4b11b6c378bfe038f167634663cbbe02 (diff) | |
mgmtd: Change MGMTD_VTY_PORT to 2623
This is clashing with PIMv6 (2622).
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit eeda9b8ae82e888c107bdbfd2d3f81c4fe5d0bba)
Diffstat (limited to 'mgmtd/mgmt.h')
| -rw-r--r-- | mgmtd/mgmt.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
