From 72b31b96fc3adc37d0f63e57344a229eef2d8c94 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 1 Feb 2024 11:40:02 -0500 Subject: *: 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 --- babeld/babeld.h | 1 - 1 file changed, 1 deletion(-) (limited to 'babeld') diff --git a/babeld/babeld.h b/babeld/babeld.h index 619550f65..5573719ab 100644 --- a/babeld/babeld.h +++ b/babeld/babeld.h @@ -53,7 +53,6 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek #endif -#define BABEL_VTY_PORT 2609 #define BABEL_DEFAULT_CONFIG "babeld.conf" /* Values in milliseconds */ -- cgit v1.2.3