summaryrefslogtreecommitdiffstats
path: root/ripd/rip_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
* lib: add keychain northbound supportChristian Hopps2024-03-051-1/+3
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-7/+12
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-1/+14
* *: Cleanup keychain on shutdownDonald Sharp2023-11-211-0/+2
* ripd: Cleanup memory on shutdownDonald Sharp2023-11-131-0/+12
* ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis2023-05-181-0/+2
* ripd: support BFD integrationRenato Westphal2023-04-191-0/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | *: fix route map integrationRafael Zalamena2020-02-041-0/+2
|/
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* ripd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale2019-05-221-8/+2
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-0/+2
|\
* | ripd: add VRF supportRenato Westphal2019-01-181-13/+4
* | ripd: remove the rip global variableRenato Westphal2019-01-181-2/+9
* | ripd: move "peer_list" to the rip structureRenato Westphal2019-01-181-1/+0
* | ripd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-1/+2
|/
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-2/+0
* ripd: remove vty configuration lockRenato Westphal2018-10-271-0/+2
* ripd: fix SIGHUP handlingRenato Westphal2018-10-271-5/+0
* yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+2
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* ripd: Add RIP_ERR_XXX to move from zlog_err to zlog_ferrDonald Sharp2018-08-141-0/+2
* *: remove -r from daemons except zebraQuentin Young2018-05-211-11/+18
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-108/+89
* ripd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+2
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-12/+1
* *: add frr_config_fork()David Lamparter2017-03-081-57/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0