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 /ospf6d | |
| 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 'ospf6d')
| -rw-r--r-- | ospf6d/ospf6_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 6449d68453..17966e741e 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -46,9 +46,6 @@ * is excessive for just supporting a legacy compatibility file location */ -/* Default port values. */ -#define OSPF6_VTY_PORT 2606 - /* ospf6d privileges */ zebra_capabilities_t _caps_p[] = {ZCAP_NET_RAW, ZCAP_BIND, ZCAP_SYS_ADMIN}; |
