diff options
author | Mark Stapp <mjs@labn.net> | 2024-02-01 17:40:02 +0100 |
---|---|---|
committer | Mark Stapp <mjs@labn.net> | 2024-02-01 17:40:02 +0100 |
commit | 72b31b96fc3adc37d0f63e57344a229eef2d8c94 (patch) | |
tree | 9a61369ff90b1ac1a68ace750c5f60f3eb6fa259 /ripngd/ripngd.h | |
parent | Merge pull request #15238 from louis-6wind/bgp-leak-network (diff) | |
download | frr-72b31b96fc3adc37d0f63e57344a229eef2d8c94.tar.xz frr-72b31b96fc3adc37d0f63e57344a229eef2d8c94.zip |
*: 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 'ripngd/ripngd.h')
-rw-r--r-- | ripngd/ripngd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index b4f7b4e52..a316f2b4b 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -16,7 +16,6 @@ /* RIPng version and port number. */ #define RIPNG_V1 1 #define RIPNG_PORT_DEFAULT 521 -#define RIPNG_VTY_PORT 2603 #define RIPNG_MAX_PACKET_SIZE 1500 #define RIPNG_PRIORITY_DEFAULT 0 |