summaryrefslogtreecommitdiff
path: root/ripd/ripd.c
AgeCommit message (Expand)Author
2024-07-01ripd: Change the start value of sequence 1 to 0T-Nicolas
2023-06-15Revert "ripd: Cleanup memory allocations on shutdown"Igor Ryzhov
2023-05-11Merge pull request #13430 from opensourcerouting/feature/rip_allow-ecmp_limitDonald Sharp
2023-05-08ripd: fix another memtype mismatchRenato Westphal
2023-05-04ripd: Implement `allow-ecmp X` commandDonatas Abraitis
2023-05-02Merge pull request #13366 from zmw12306/rte_tagDonatas Abraitis
2023-04-25ripd: add non-zero check for RIPv1 reserved field,zmw12306
2023-04-19ripd: support BFD integrationRenato Westphal
2023-04-12lib: convert if_rmap config output to northboundIgor Ryzhov
2023-04-10ripd: Simplify code for distanceanlan_cs
2023-04-10ripd: Correct one debug loganlan_cs
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald 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-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-12ripd: Cleanup memory allocations on shutdownDonald Sharp
2022-09-04Merge pull request #11898 from sri-mohan1/sri-rip-dbg1Donatas Abraitis
2022-09-03ripd: changes for code maintainabilitysri-mohan1
2022-08-24ripd: Use a sequence number instead of timeDonald Sharp
2022-07-21ripd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ripd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-11ripd: Use correct usage of memcpy() when zeroing structDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-22Merge pull request #10593 from donaldsharp/rip_cleanupRuss White
2022-02-16ripd: Cleanup ripd.c indentation levels and commentsDonald Sharp
2022-02-15ripd: Fix packet send for non primary addressesDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-10-04ripd: Ensure better `struct thread *` semanticsDonald Sharp
2021-09-07ripd: Fix spelling errorsschylar
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-27ripd: fix authentication key lengthIgor Ryzhov
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-09ripd: Convert to using internal printf formattersDonald Sharp
2021-01-28ripd: #if 0 we know what you are up to.Donald Sharp
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis
2020-11-13*: Remove route_map_object_t from the systemDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-22ripd: replace inet_ntoaMark Stapp
2020-10-17ripd: Convert to using %pFXDonald Sharp