summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2024-04-22ripngd: convert RPC commands to mgmtdIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-03-09ripngd: fix "clear ipv6 ripng" commandIgor Ryzhov
2024-03-06ripngd: fix missing "exit" for "router ripng"Igor Ryzhov
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-24Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-22ripngd: use correct autocompletion for distribute-list commandsIgor Ryzhov
2024-01-22ripngd: use new distribute-list northbound code.Christian Hopps
2024-01-22lib: enable multiple instance support with distribute listsChristian Hopps
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-13ripngd: Cleanup memory on shutdownDonald Sharp
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
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