aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vrrp/vrrp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2023-01-10vrrp: fix update virtual addr make mistakegaochx1-2/+2
2022-08-14vrrp: fix SIGABRT crash by ASSERT() when deleting vrrp vr(MASTER state)luoyaozu1-0/+1
2022-06-30vrrp: while delete vr can't delete multi virtual address.GaoChX1-1/+4
2022-04-01vrrp: add stats support and update APIEmanuele Di Pascale1-14/+260
2022-02-22vrrp: fix thread synchronization issueMatthew Smith1-2/+3
2022-01-10vrrp: vrrp in unicast mode,interface not add virtual ip addresssjinsh1-3/+0
2022-01-03vrrp: fix support for VRs in different FIBsMatthew Smith1-15/+13
2021-12-20vrrp:fix vrrp vr delete case memory leakjinsh1-0/+1
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-10-24vrrp: asynchronous events on VR state changeMatthew Smith1-0/+2
2020-09-21vrrp: set up multicast for both address familiesMatthew Smith1-2/+14
2020-09-04vrrp: improve RFC compliance for ARP/NDMatthew Smith1-36/+39
2020-06-27vrrp: backup processes priority 255 advertisementMatthew Smith1-1/+33
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith1-0/+1240