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 /babeld | |
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 'babeld')
-rw-r--r-- | babeld/babeld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babeld.h b/babeld/babeld.h index 4dd9ebe78..d933f1880 100644 --- a/babeld/babeld.h +++ b/babeld/babeld.h @@ -88,7 +88,7 @@ THE SOFTWARE. #endif -#define BABEL_VTY_PORT 2613 +#define BABEL_VTY_PORT 2609 #define BABEL_DEFAULT_CONFIG "babeld.conf" #define BABEL_VERSION "0.1 for quagga" |