mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 15:27:59 +00:00
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:
parent
0fb0aeba64
commit
8261c2e3c7
@ -105,7 +105,7 @@ static const struct frr_yang_module_info *vrrp_yang_modules[] = {
|
|||||||
&frr_interface_info,
|
&frr_interface_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define VRRP_VTY_PORT 2617
|
#define VRRP_VTY_PORT 2619
|
||||||
|
|
||||||
FRR_DAEMON_INFO(vrrpd, VRRP, .vty_port = VRRP_VTY_PORT,
|
FRR_DAEMON_INFO(vrrpd, VRRP, .vty_port = VRRP_VTY_PORT,
|
||||||
.proghelp = "Virtual Router Redundancy Protocol",
|
.proghelp = "Virtual Router Redundancy Protocol",
|
||||||
|
Loading…
Reference in New Issue
Block a user