summaryrefslogtreecommitdiff
path: root/ripd
AgeCommit message (Expand)Author
2025-04-08lib,ripd: resolve clang SA warningsMark Stapp
2025-04-08lib,ripd: clean up -Wshadow compiler warningsMark Stapp
2025-03-30*: Ensure prefix lists are freed on shutdown.Donald Sharp
2025-02-25ripd: fix no ip rip split-horizon poisoned-reverse commandShbinging
2025-01-14lib: northbound/mgmtd: add backend model supportChristian Hopps
2024-11-25ripd: Use route_node_match instead of route_node_match_ipv4Donald Sharp
2024-08-08ripd: fix show run output for distribute-listIgor Ryzhov
2024-07-05ripd: adjust header for display commandanlan_cs
2024-06-27ripd: Change the start value of sequence 1 to 0T-Nicolas
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-04-22ripd: convert RPC commands to mgmtdIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-03-09ripd: fix "clear ip rip" commandIgor Ryzhov
2024-03-08Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp
2024-03-06ripd: fix missing "exit" for "router rip"Igor Ryzhov
2024-03-04lib: add keychain northbound supportChristian Hopps
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-26ripd: ripd convert 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-22ripd: use correct autocompletion for distribute-list commandsIgor Ryzhov
2024-01-22ripd: use new distribute-list northbound code.Christian Hopps
2024-01-22lib: enable multiple instance support with distribute listsChristian Hopps
2024-01-04*: Remove Crypto openSSL define from zebra.hDonald Sharp
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-28Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-21*: Cleanup keychain on shutdownDonald Sharp
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-13ripd: 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-15Revert "ripd: Cleanup memory allocations on shutdown"Igor Ryzhov
2023-05-25ripd: embed BFD YANG modelsDavid Lamparter
2023-05-23Merge pull request #13548 from opensourcerouting/fix/use_min_value_of_cli_zeb...Russ White
2023-05-23ripd: Use argv_find to avoid buffer overflow when parsing allow-ecmp argsDonatas Abraitis
2023-05-18ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-05-11Merge pull request #13430 from opensourcerouting/feature/rip_allow-ecmp_limitDonald Sharp
2023-05-08ripd: fix another memtype mismatchRenato Westphal
2023-05-05ripd: Do not overrun with more ECMP paths than Zebra supportsDonatas Abraitis
2023-05-04ripd: Implement `allow-ecmp X` commandDonatas Abraitis
2023-05-03ripd: use correct memory type when freeing BFD profileRenato Westphal
2023-05-03ripd: fix null-pointer dereferenceRenato Westphal
2023-05-02Merge pull request #13366 from zmw12306/rte_tagDonatas Abraitis
2023-04-25ripd: add non-zero check for RIPv1 reserved field,zmw12306
2023-04-25Merge pull request #13246 from opensourcerouting/rip-bfdRuss White
2023-04-25Merge pull request #13326 from opensourcerouting/feature/rip_topotest_distrib...Russ White