]> git.puffer.fish Git - matthieu/frr.git/commit
vrrpd: clean up configuration code, fix skew bug
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Dec 2018 21:31:05 +0000 (21:31 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit1d21789e169e903b0de56ddec110e573728f7139
tree1b3ac40aa991117718fc35fcbe65297e5e285761
parentc23edd740255f0199aaabeaed59aeeff81de9538
vrrpd: clean up configuration code, fix skew bug

* Update vrrp.[ch] file header to be more accurate
* Make vrrp_update_times() private again
* Add times reset function and use it
* Add priority and advertisement interval setter functions and use them
* Add command to change advertisement interval
* Allow showing all VRRP instances
* Improve doc comments on functions
* Add ability to shutdown router
* Reorganize vrrp.h
* Add doc comments to vrrp.h

* Fix bug where Skew_time was not used to compute Master_Down_Interval

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