summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp.c
AgeCommit message (Expand)Author
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-06-13vrrp: check return value for turning off multicast for v6Loganaden Velvindron
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10vrrpd: give null when using null ifp to lookup vrQuentin Young
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-25vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang
2022-07-21lib, vrrpd: Use THREAD_ARGDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-08*: use ipaddr_cmp instead of memcmpIgor Ryzhov
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-10-15vrrpd: Convert to using %pFXPat Ruddy
2020-07-26vrrpd: Make clang 11 happyDonald Sharp
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-03-05vrrpd: search all vr's for mvl_ifp to nullQuentin Young
2020-03-05vrrpd: always null mvl_ifp ptr when mvl is deletedQuentin Young
2020-03-04*: Return bool type for bool functionsDonatas Abraitis
2020-03-04*: Use short version of bool expressionsDonatas Abraitis
2020-01-07Merge pull request #5314 from qlyoung/yang-vrrpRenato Westphal
2019-12-18vrrpd: support namespace vrf tooQuentin Young
2019-12-09vrrpd, yang: cleanup vrrp nb conversionQuentin Young
2019-12-09vrrpd: northbound conversionQuentin Young
2019-12-09vrrpd: allow vrrp_shutdown() on shutdown rtrQuentin Young
2019-12-09vrrpd: const vrrp_lookup()Quentin Young
2019-12-09vrrpd: make vrrp_[add|del]_ip not insaneQuentin Young
2019-12-09vrrpd: add vrf supportQuentin Young
2019-12-09vrrpd: handle failure to lookup parent ifaceQuentin Young
2019-12-02*: generously apply constDavid Lamparter
2019-10-30vrrpd: some more error logging fixesQuentin Young
2019-10-29vrrpd: only count ipv4 addresses on check startGhasem Naddaf
2019-10-21vrrpd: fix startup error message reportingQuentin Young
2019-10-17vrrpd: use CS2MS instead of constant 10 everywhereGhasem Naddaf
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-08-05vrrpd: eliminate potential null derefQuentin Young
2019-08-02vrrpd: try to bind interfaces on if_down notificationsQuentin Young
2019-08-02vrrpd: add more dbg logs around interfacesQuentin Young
2019-06-21vrrpd: use MTYPE_STATICDavid Lamparter
2019-05-17vrrpd: fix coverity warningsQuentin Young
2019-05-17vrrpd: const vrrp_hash_keyQuentin Young
2019-05-17vrrpd: fix some clang-analyze warningsQuentin Young
2019-05-17vrrpd, zebra: fix checkpatch warningsQuentin Young
2019-05-17vrrpd: fix memleak during config writeQuentin Young
2019-05-17vrrpd: convert defaults command to millisecondsQuentin Young