aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vrrp
AgeCommit message (Expand)AuthorFilesLines
2024-03-26vrrp: fix vrrp_garp_or_na_send()'s memory leakluoyaozu1-0/+2
2024-03-12misc: remove GNU Indent directivesDamjan Marion6-33/+0
2023-01-10vrrp: fix update virtual addr make mistakegaochx1-2/+2
2022-09-09vlib: don't leak node frames on reforkDmitry Valter1-2/+1
2022-09-06vrrp: fix cli functions according to short_helpluoyaozu1-0/+6
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-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion1-10/+10
2022-04-01vrrp: add stats support and update APIEmanuele Di Pascale8-18/+643
2022-02-22vrrp: fix thread synchronization issueMatthew Smith3-27/+33
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-28vrrp: fix coverity warning/NULL dereferenceKlement Sekera1-4/+25
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-2/+2
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan2-34/+0
2021-09-27misc: api move continuedFlorin Coras1-2/+1
2021-09-08vrrp: fix source address on advertisementsMatthew Smith1-2/+13
2021-06-26vrrp: prevent segfault in multicast join due to missing LL AddrJon Loeliger1-2/+5
2021-05-13tests: move test source to vpp/testDave Wallace1-1293/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne1-3/+0
2021-04-27vrrp: increase stack size of process nodeMatthew Smith1-2/+2
2021-04-15vrrp: refactor testPaul Vinciguerra1-36/+38
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-21/+20
2020-12-08fib: Source Address SelectionNeale Ranns2-6/+5
2020-10-24vrrp: asynchronous events on VR state changeMatthew Smith5-22/+128
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-09-21vrrp: set up multicast for both address familiesMatthew Smith1-2/+14
2020-09-04vrrp: improve RFC compliance for ARP/NDMatthew Smith2-38/+48
2020-08-07vrrp: change init of vrrp key in VR lookupMatthew Smith1-5/+7
2020-07-02vrrp: fix feature declaration for v6 accept-modeMatthew Smith1-1/+1
2020-06-27vrrp: backup processes priority 255 advertisementMatthew Smith2-1/+381
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra1-4/+5
2020-04-03ip: remove vl_api_address_family_t byte order swapJakub Grajciar1-4/+4
2020-03-12vrrp: unit tests do not run by defaultMatthew Smith1-1/+3
2020-02-28vrrp: fix api-related coverity warningsDave Barach2-1/+11
2020-02-21vrrp: fix coverity errorsMatthew Smith2-1/+12
2020-02-18vrrp: do not define _details as autoreplyVratko Polak1-4/+3
2020-02-14vrrp dns: fix coverity warningsDave Barach2-1/+8
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith17-0/+6872