diff options
| author | Mark Stapp <mjs@labn.net> | 2024-02-01 11:40:02 -0500 | 
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2024-02-01 11:40:02 -0500 | 
| commit | 72b31b96fc3adc37d0f63e57344a229eef2d8c94 (patch) | |
| tree | 9a61369ff90b1ac1a68ace750c5f60f3eb6fa259 /ospfd | |
| parent | cd869ebcf2ec13cf50071d2826d0aa1b309a30e9 (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 'ospfd')
| -rw-r--r-- | ospfd/ospf_api.h | 4 | ||||
| -rw-r--r-- | ospfd/ospfd.h | 3 | 
2 files changed, 0 insertions, 7 deletions
diff --git a/ospfd/ospf_api.h b/ospfd/ospf_api.h index 6c8bed3d8f..6160a0f1fa 100644 --- a/ospfd/ospf_api.h +++ b/ospfd/ospf_api.h @@ -21,10 +21,6 @@  #define MTYPE_OSPF_API_MSG      MTYPE_TMP  #define MTYPE_OSPF_API_FIFO     MTYPE_TMP -/* Default API server port to accept connection request from client-side. */ -/* This value could be overridden by "ospfapi" entry in "/etc/services". */ -#define OSPF_API_SYNC_PORT      2607 -  /* -----------------------------------------------------------   * Generic messages   * ----------------------------------------------------------- diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 2ab7db119e..6051dff709 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -22,9 +22,6 @@  #define OSPF_VERSION            2 -/* VTY port number. */ -#define OSPF_VTY_PORT          2604 -  /* IP TTL for OSPF protocol. */  #define OSPF_IP_TTL             1  #define OSPF_VL_IP_TTL          100  | 
