]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: Fix display of 'Master Advertisement interval' 11076/head
authorRajesh Varatharaj <rvaratharaj@nvidia.com>
Fri, 22 Apr 2022 21:16:25 +0000 (14:16 -0700)
committerRajesh Varatharaj <rvaratharaj@nvidia.com>
Fri, 22 Apr 2022 21:16:25 +0000 (14:16 -0700)
commit4ffc6ee84989f1de9ba5cba8006082b23d79c497
tree4c85214255f6459abe442e9a2e1a7e8294ddcf32
parentc27892b24d21762f3cd4276fa2cca75c958f9b15
vrrpd: Fix display of 'Master Advertisement interval'

VRRP as per RFC 5798 'Master Advertisement interval' field refers to the
advertisement interval, we received the last time we got an Advertisement
from a peer who wasn't us, who was in the master state.
This could be clarified by making the field name 'Master Advertisement
interval (rx)',and when we're in the Master state, we put (stale) after the interval.

Signed-off-by: Rajesh Varatharaj <rvaratharaj@nvidia.com>
vrrpd/vrrp_vty.c