summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-6/+10
* | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-27/+39
|/
* ripngd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-043-15/+0
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-0/+2
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-1/+1