summaryrefslogtreecommitdiffstats
path: root/nhrpd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-02-12 13:41:37 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-07 16:21:01 +0100
commit442deed838f679fd078a2dbd1987272c1d627264 (patch)
treeb99b3b446f45ff3758db55dadc5080fd78fc9711 /nhrpd
parentnhrpd: adapt to API changes (diff)
downloadfrr-442deed838f679fd078a2dbd1987272c1d627264.tar.xz
frr-442deed838f679fd078a2dbd1987272c1d627264.zip
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'nhrpd')
-rw-r--r--nhrpd/nhrpd.h2
1 files changed, 1 insertions, 1 deletions
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;