summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-292-19/+19
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-222-8/+4
* ripngd: Cleanup memory on shutdownDonald Sharp2023-11-131-0/+12
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-073-27/+0
* Merge pull request #13826 from opensourcerouting/fix/ripng_match_ipv6_aclsRuss White2023-06-271-0/+72
|\
| * ripngd: add ability to match by ipv6 access/prefix list in route-mapsIgor Ryzhov2023-06-211-0/+72
* | ripngd: changes for code maintainabilitysri-mohan12023-06-212-17/+13
|/
* Merge pull request #13797 from sri-mohan1/srib-ripngDonatas Abraitis2023-06-211-29/+26
|\
| * ripngd: changes for code maintainabilitysri-mohan12023-06-191-29/+26
* | Revert "ripngd: Cleanup memory allocations on shutdown"Igor Ryzhov2023-06-151-7/+0
|/
* ripngd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis2023-05-234-2/+6
* ripng: Implement `allow-ecmp X` commandDonatas Abraitis2023-05-235-16/+111
* lib: convert if_rmap config output to northboundIgor Ryzhov2023-04-122-1/+2
* ripngd: adapt to new YANG NB if_rmap conversionChristian Hopps2023-04-113-0/+122
* *: Convert event.h to frrevent.hDonald Sharp2023-03-244-4/+4
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-243-4/+4
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-244-37/+36
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-243-4/+4
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-9/+9
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-244-16/+15
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-244-18/+18
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-244-4/+4
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0920-308/+20
* ripngd: Add missing enums to switch statementDonald Sharp2023-01-311-1/+2
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-7/+0
* ripngd: Cleanup memory allocations on shutdownDonald Sharp2022-10-121-0/+7
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-213-6/+6
* ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-214-22/+20
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-5/+5
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* *: Fix spelling of modifedDonald Sharp2022-04-191-2/+2
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-3/+3
* *: Fix spelling of ojbectDonald Sharp2022-04-021-2/+2
* *: Fix spelling of wetherDonald Sharp2022-04-021-4/+4
* *: Change thread->func to return void instead of intDonald Sharp2022-02-243-28/+14
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-40/+2
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-34/+21
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-131-6/+3
|\
| * build: remove some useless intermediate librariesDavid Lamparter2021-11-111-6/+3
* | Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh2021-11-131-1/+1
|\ \
| * | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | | *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-111-3/+1
|/ /
* / lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-3/+3
|/
* Merge pull request #9820 from idryzhov/if-nb-configMark Stapp2021-10-261-28/+1
|\
| * *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-28/+1
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-6/+10
|\ \ | |/ |/|