diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-02-01 16:07:11 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 16:07:11 -0500 | 
| commit | 9d8fd14b56a7c0a35d761c323084083b957ecb86 (patch) | |
| tree | db56ad9f832f1c7633ab5c1e0e9ed9bfc57cbd6f /mgmtd | |
| parent | e24f43e64e0c6d3ea236e526ce0bf4d82c36cad2 (diff) | |
| parent | 72b31b96fc3adc37d0f63e57344a229eef2d8c94 (diff) | |
Merge pull request #15276 from mjstapp/port_registry
*: create a single registry of daemons' default port values
Diffstat (limited to 'mgmtd')
| -rw-r--r-- | mgmtd/mgmt.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/mgmtd/mgmt.h b/mgmtd/mgmt.h index d46b1341ec..665e8d8fd8 100644 --- a/mgmtd/mgmt.h +++ b/mgmtd/mgmt.h @@ -20,7 +20,6 @@  #include "mgmtd/mgmt_txn.h"  #include "mgmtd/mgmt_ds.h" -#define MGMTD_VTY_PORT 2623  #define MGMTD_SOCKET_BUF_SIZE 65535  #define MGMTD_MAX_COMMIT_LIST 10  | 
