summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp_main.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-16 00:15:28 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 02:27:08 +0200
commit8261c2e3c7eed3a3fbe058043dfe088ab0257592 (patch)
treebaf9b491991a77432a4f9f2ca6ad2c796aeb5883 /vrrpd/vrrp_main.c
parentvrrpd: include vrrp_packet.h in subdir.am (diff)
downloadfrr-8261c2e3c7eed3a3fbe058043dfe088ab0257592.tar.xz
frr-8261c2e3c7eed3a3fbe058043dfe088ab0257592.zip
doc: change vrrp to listen on port 2619
2617 was taken by BFD while VRRP was indev. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_main.c')
-rw-r--r--vrrpd/vrrp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c
index 0ac77350e..8e2b6249f 100644
--- a/vrrpd/vrrp_main.c
+++ b/vrrpd/vrrp_main.c
@@ -105,7 +105,7 @@ static const struct frr_yang_module_info *vrrp_yang_modules[] = {
&frr_interface_info,
};
-#define VRRP_VTY_PORT 2617
+#define VRRP_VTY_PORT 2619
FRR_DAEMON_INFO(vrrpd, VRRP, .vty_port = VRRP_VTY_PORT,
.proghelp = "Virtual Router Redundancy Protocol",