diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-11 13:27:28 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-11 13:27:28 +0300 | 
| commit | eeda9b8ae82e888c107bdbfd2d3f81c4fe5d0bba (patch) | |
| tree | 237215885d242871870d727306606fd8da38a6c8 /mgmtd/mgmt.h | |
| parent | d2324b7b4a02e9ef6a219578567932addeb7f593 (diff) | |
mgmtd: Change MGMTD_VTY_PORT to 2623
This is clashing with PIMv6 (2622).
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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  | 
