From 442deed838f679fd078a2dbd1987272c1d627264 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 12 Feb 2017 13:41:37 +0100 Subject: nhrpd: change VTY port 2612->2610 2612 is already in use for ldpd. (Change to SERVICES file resolved in rebasing) Signed-off-by: David Lamparter --- nhrpd/nhrpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nhrpd') diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 5d403e854..cd2b0d558 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -21,7 +21,7 @@ DECLARE_MGROUP(NHRPD) #define NHRPD_DEFAULT_HOLDTIME 7200 -#define NHRP_VTY_PORT 2612 +#define NHRP_VTY_PORT 2610 #define NHRP_DEFAULT_CONFIG "nhrpd.conf" extern struct thread_master *master; -- cgit v1.2.3