]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: change vrrp to listen on port 2619
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 15 Apr 2019 22:15:28 +0000 (22:15 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
2617 was taken by BFD while VRRP was indev.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vrrpd/vrrp_main.c

index 0ac77350eb232814fbbec83e7c1d58ecb23483c1..8e2b6249ffb457233041a62173e3d73627a98217 100644 (file)
@@ -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",