summaryrefslogtreecommitdiff
path: root/lib/zebra.h
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 /lib/zebra.h
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 'lib/zebra.h')
-rw-r--r--lib/zebra.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 8b0800c257..15a54f6cdf 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -221,9 +221,6 @@ struct in_pktinfo {
#define IN6_ARE_ADDR_EQUAL IN6_IS_ADDR_EQUAL
#endif /* IN6_ARE_ADDR_EQUAL */
-/* default zebra TCP port for zclient */
-#define ZEBRA_PORT 2600
-
/* Zebra route's types are defined in route_types.h */
#include "lib/route_types.h"