summaryrefslogtreecommitdiff
path: root/pathd
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 /pathd
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 'pathd')
-rw-r--r--pathd/path_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pathd/path_main.c b/pathd/path_main.c
index c3409522e2..fe636c51be 100644
--- a/pathd/path_main.c
+++ b/pathd/path_main.c
@@ -95,8 +95,6 @@ static const struct frr_yang_module_info *pathd_yang_modules[] = {
&frr_pathd_info,
};
-#define PATH_VTY_PORT 2621
-
/* clang-format off */
FRR_DAEMON_INFO(pathd, PATH,
.vty_port = PATH_VTY_PORT,