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/ospf_api.h | |
| 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/ospf_api.h')
| -rw-r--r-- | ospfd/ospf_api.h | 4 | 
1 files changed, 0 insertions, 4 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   * -----------------------------------------------------------  | 
