summaryrefslogtreecommitdiffstats
path: root/mgmtd
diff options
context:
space:
mode:
authorMark Stapp <mjs@labn.net>2024-02-01 17:40:02 +0100
committerMark Stapp <mjs@labn.net>2024-02-01 17:40:02 +0100
commit72b31b96fc3adc37d0f63e57344a229eef2d8c94 (patch)
tree9a61369ff90b1ac1a68ace750c5f60f3eb6fa259 /mgmtd
parentMerge pull request #15238 from louis-6wind/bgp-leak-network (diff)
downloadfrr-72b31b96fc3adc37d0f63e57344a229eef2d8c94.tar.xz
frr-72b31b96fc3adc37d0f63e57344a229eef2d8c94.zip
*: create a single registry of daemons' default port values
Create a single registry of default port values that daemons are using. Most of these are vty ports, but there are some others for features like ospfapi and zebra FPM. Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'mgmtd')
-rw-r--r--mgmtd/mgmt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mgmtd/mgmt.h b/mgmtd/mgmt.h
index d46b1341e..665e8d8fd 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