summaryrefslogtreecommitdiffstats
path: root/ripd/rip_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-100/+25
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* ripd: Add vty_socket cli option to override the compiled-in location for the ...Martin Winter2017-01-251-2/+12
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-0/+2
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-231-1/+1
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-2/+2
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-131-1/+7
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2