summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.c
AgeCommit message (Expand)Author
2023-06-21Merge pull request #13797 from sri-mohan1/srib-ripngDonatas Abraitis
2023-06-19ripngd: changes for code maintainabilitysri-mohan1
2023-06-15Revert "ripngd: Cleanup memory allocations on shutdown"Igor Ryzhov
2023-05-23ripng: Implement `allow-ecmp X` commandDonatas Abraitis
2023-04-12lib: convert if_rmap config output to northboundIgor Ryzhov
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
2023-01-31ripngd: Add missing enums to switch statementDonald Sharp
2022-10-12ripngd: Cleanup memory allocations on shutdownDonald Sharp
2022-07-21ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-10-04ripngd: Ensure better `struct thread *` semanticsDonald Sharp
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-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas 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-31ripngd: use pI6 instead of inet6_ntoaMark Stapp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-09ripngd: Convet to using internal printf modifiersDonald Sharp
2021-01-28ripngd: Remove #if 0 codeDonald Sharp
2020-11-13*: Remove route_map_object_t from the systemDonald Sharp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-17ripngd: Convert to using %pFXDonald Sharp
2020-10-09rip(ng)d: fix interfaces cleaningIgor Ryzhov
2020-09-24*: move all userdata when changing node xpathIgor Ryzhov
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-17*: replace all random() callsRafael Zalamena
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-03-24bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp
2020-03-10treewide: fix some issues found with -Werror=undefRuben Kerkhof
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-05*: use gmtime_r, localtime_r exclusivelyMark Stapp
2020-02-04*: remove null check before XFREEQuentin Young
2019-09-30*: strip trailing whitespaceQuentin Young