From: Quentin Young Date: Mon, 15 Apr 2019 22:15:28 +0000 (+0000) Subject: doc: change vrrp to listen on port 2619 X-Git-Tag: base_7.2~330^2~19 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8261c2e3c7eed3a3fbe058043dfe088ab0257592;p=matthieu%2Ffrr.git doc: change vrrp to listen on port 2619 2617 was taken by BFD while VRRP was indev. Signed-off-by: Quentin Young --- diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c index 0ac77350eb..8e2b6249ff 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",