diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 14:36:55 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 14:36:55 +0200 |
commit | e763afa5072e3c39f0caa2fe44472c2d70830144 (patch) | |
tree | 5012922d7050316937beb8588a2eb816a8295ac9 /eigrpd/eigrp_const.h | |
parent | babeld: install directly connected IPv4 as such (diff) | |
download | frr-e763afa5072e3c39f0caa2fe44472c2d70830144.tar.xz frr-e763afa5072e3c39f0caa2fe44472c2d70830144.zip |
babeld/eigrpd: flip VTY ports & fix rpm
babeld was 2609 previously, and this was still marked in SERVICES.
Let's flip it back before we have a release out with it.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'eigrpd/eigrp_const.h')
-rw-r--r-- | eigrpd/eigrp_const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_const.h b/eigrpd/eigrp_const.h index 6673b3a33..813358757 100644 --- a/eigrpd/eigrp_const.h +++ b/eigrpd/eigrp_const.h @@ -81,7 +81,7 @@ #define EIGRP_IP_TTL 1 /* VTY port number. */ -#define EIGRP_VTY_PORT 2609 +#define EIGRP_VTY_PORT 2613 /* Default configuration file name for eigrp. */ #define EIGRP_DEFAULT_CONFIG "eigrpd.conf" |