summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
AgeCommit message (Expand)Author
2025-03-30*: Ensure prefix lists are freed on shutdown.Donald Sharp
2025-01-14lib: northbound/mgmtd: add backend model supportChristian Hopps
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-03-04lib: add keychain northbound supportChristian Hopps
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2023-11-21*: Cleanup keychain on shutdownDonald Sharp
2023-11-13ripd: Cleanup memory on shutdownDonald Sharp
2023-05-18ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-04-19ripd: support BFD integrationRenato Westphal
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2020-06-05*: add filter northbound supportRafael Zalamena
2020-04-16*: include vrf northbound module in initChirag Shah
2020-02-10Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2020-02-04*: fix route map integrationRafael Zalamena
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-10-29ripd: split northbound callbacks into multiple filesRenato Westphal
2019-05-22bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale
2019-03-29Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal
2019-01-18ripd: add VRF supportRenato Westphal
2019-01-18ripd: remove the rip global variableRenato Westphal
2019-01-18ripd: move "peer_list" to the rip structureRenato Westphal
2019-01-18ripd: simplify cleaning up of routing instanceRenato Westphal
2018-11-26*: remove the configuration lock from all daemonsRenato Westphal
2018-10-27ripd: remove vty configuration lockRenato Westphal
2018-10-27ripd: fix SIGHUP handlingRenato Westphal
2018-10-27yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal
2018-10-27*: add empty array of YANG modulesRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-14ripd: Add RIP_ERR_XXX to move from zlog_err to zlog_ferrDonald Sharp
2018-05-21*: remove -r from daemons except zebraQuentin Young
2017-09-12*: make all daemons call frr_fini() on exitRenato Westphal
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-30ripd: Fix zclient cleanup on shutdownDonald Sharp
2017-05-17Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter
2017-05-15*: Consolidate vrf_hooks into vrf_initDonald Sharp
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-08lib: remove remaining struct zlog * argsDavid Lamparter
2017-03-08*: add frr_run()David Lamparter