summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-7/+12
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-262-1/+2
* ripd: ripd convert to mgmtdChristian Hopps2024-01-268-89/+158
* Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp2024-01-241-14/+35
|\
| * lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-14/+35
* | ripd: use correct autocompletion for distribute-list commandsIgor Ryzhov2024-01-221-8/+63
|/
* ripd: use new distribute-list northbound code.Christian Hopps2024-01-225-41/+112
* lib: enable multiple instance support with distribute listsChristian Hopps2024-01-221-2/+2
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-0/+5
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-292-31/+31
* Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-281-0/+2
|\
| * *: Cleanup keychain on shutdownDonald Sharp2023-11-211-0/+2
* | *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-222-26/+14
* | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
|/
* ripd: Cleanup memory on shutdownDonald Sharp2023-11-131-0/+12
* *: Move distance related defines into their own headerDonald Sharp2023-11-073-0/+4
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-072-26/+0
* Revert "ripd: Cleanup memory allocations on shutdown"Igor Ryzhov2023-06-151-8/+0
* ripd: embed BFD YANG modelsDavid Lamparter2023-05-251-0/+1
* Merge pull request #13548 from opensourcerouting/fix/use_min_value_of_cli_zeb...Russ White2023-05-234-2/+6
|\
| * ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis2023-05-184-2/+6
* | ripd: Use argv_find to avoid buffer overflow when parsing allow-ecmp argsDonatas Abraitis2023-05-231-2/+2
|/
* Merge pull request #13430 from opensourcerouting/feature/rip_allow-ecmp_limitDonald Sharp2023-05-125-14/+111
|\
| * ripd: Do not overrun with more ECMP paths than Zebra supportsDonatas Abraitis2023-05-051-2/+9
| * ripd: Implement `allow-ecmp X` commandDonatas Abraitis2023-05-044-12/+102
* | ripd: fix another memtype mismatchRenato Westphal2023-05-081-1/+2
* | ripd: use correct memory type when freeing BFD profileRenato Westphal2023-05-034-3/+6
* | ripd: fix null-pointer dereferenceRenato Westphal2023-05-031-2/+3
|/
* Merge pull request #13366 from zmw12306/rte_tagDonatas Abraitis2023-05-021-0/+6
|\
| * ripd: add non-zero check for RIPv1 reserved field,zmw123062023-04-251-0/+6
* | Merge pull request #13246 from opensourcerouting/rip-bfdRuss White2023-04-2513-38/+549
|\ \
| * | ripd: support BFD integrationRenato Westphal2023-04-1913-38/+549
* | | Merge pull request #13326 from opensourcerouting/feature/rip_topotest_distrib...Russ White2023-04-251-2/+2
|\ \ \ | |_|/ |/| |
| * | ripd: Create non default passive interface if defined soDonatas Abraitis2023-04-181-2/+2
| |/
* / ripd: Align show ip rip status output for sourcesDonatas Abraitis2023-04-181-1/+1
|/
* lib: convert if_rmap config output to northboundIgor Ryzhov2023-04-122-3/+2
* ripd: adapt to new YANG NB if_rmap conversionChristian Hopps2023-04-113-0/+123
* Merge pull request #13245 from anlancs/cleanup/ripd-1Donatas Abraitis2023-04-111-9/+4
|\
| * ripd: Simplify code for distanceanlan_cs2023-04-101-8/+3
| * ripd: Correct one debug loganlan_cs2023-04-101-1/+1
* | ripd: implement new YANG operational stateChristian Hopps2023-04-071-20/+70
* | ripd: yang: extend nexthops functionality in YANG model - skeletonChristian Hopps2023-04-073-0/+202
|/
* *: Fixup formatting issues due to reorderingDonald Sharp2023-03-241-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-244-4/+4
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-244-6/+6
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-244-38/+38
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-244-6/+6
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-244-15/+15