summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: fix show run output for distribute-listIgor Ryzhov2024-08-082-4/+16
* ripd: adjust header for display commandanlan_cs2024-07-051-1/+4
* ripd: Change the start value of sequence 1 to 0T-Nicolas2024-06-271-1/+1
* *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
* ripd: convert RPC commands to mgmtdIgor Ryzhov2024-04-223-21/+19
* lib: rework northbound RPC callbackIgor Ryzhov2024-04-222-21/+7
* ripd: fix "clear ip rip" commandIgor Ryzhov2024-03-083-32/+34
* Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-081-1/+3
|\
| * lib: add keychain northbound supportChristian Hopps2024-03-051-1/+3
* | ripd: fix missing "exit" for "router rip"Igor Ryzhov2024-03-062-0/+7
|/
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-1/+0
* *: 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
|\