summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-06-27Merge pull request #13826 from opensourcerouting/fix/ripng_match_ipv6_aclsRuss White
2023-06-21ripngd: add ability to match by ipv6 access/prefix list in route-mapsIgor Ryzhov
2023-06-21ripngd: changes for code maintainabilitysri-mohan1
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-23ripngd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-05-23ripng: Implement `allow-ecmp X` commandDonatas Abraitis
2023-04-12lib: convert if_rmap config output to northboundIgor Ryzhov
2023-04-11ripngd: adapt to new YANG NB if_rmap conversionChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald 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-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-12ripngd: Cleanup memory allocations on shutdownDonald Sharp
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-07-21ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-04-19*: Fix spelling of modifedDonald Sharp
2022-04-02*: Fix spelling of IntefaceDonald Sharp
2022-04-02*: Fix spelling of ojbectDonald Sharp
2022-04-02*: Fix spelling of wetherDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-13Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp
2021-11-12Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-11-11build: remove some useless intermediate librariesDavid Lamparter
2021-11-11*: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-10-26Merge pull request #9820 from idryzhov/if-nb-configMark Stapp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-25*: fix interface config write in NB-converted daemonsIgor Ryzhov
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor 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-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps