summaryrefslogtreecommitdiff
path: root/fpm
diff options
context:
space:
mode:
authorMark Stapp <mjs@labn.net>2024-02-01 11:40:02 -0500
committerMark Stapp <mjs@labn.net>2024-02-01 11:40:02 -0500
commit72b31b96fc3adc37d0f63e57344a229eef2d8c94 (patch)
tree9a61369ff90b1ac1a68ace750c5f60f3eb6fa259 /fpm
parentcd869ebcf2ec13cf50071d2826d0aa1b309a30e9 (diff)
*: 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 'fpm')
-rw-r--r--fpm/fpm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpm/fpm.h b/fpm/fpm.h
index b08310f675..70c0df5715 100644
--- a/fpm/fpm.h
+++ b/fpm/fpm.h
@@ -63,11 +63,6 @@
#define FPM_DEFAULT_IP (htonl (INADDR_LOOPBACK))
/*
- * default port for fpm connections
- */
-#define FPM_DEFAULT_PORT 2620
-
-/*
* Largest message that can be sent to or received from the FPM.
*/
#define FPM_MAX_MSG_LEN 4096