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>
This commit is contained in:
Quentin Young 2019-04-15 22:15:28 +00:00
parent 0fb0aeba64
commit 8261c2e3c7

View 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",