diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-12 13:41:37 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-07 16:21:01 +0100 |
commit | 442deed838f679fd078a2dbd1987272c1d627264 (patch) | |
tree | b99b3b446f45ff3758db55dadc5080fd78fc9711 | |
parent | nhrpd: adapt to API changes (diff) | |
download | frr-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>
-rw-r--r-- | nhrpd/nhrpd.h | 2 |
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; |