summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-06-13 14:36:55 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-06-13 14:36:55 +0200
commite763afa5072e3c39f0caa2fe44472c2d70830144 (patch)
tree5012922d7050316937beb8588a2eb816a8295ac9 /babeld
parentbabeld: install directly connected IPv4 as such (diff)
downloadfrr-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.h2
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"