summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ripngd: 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
|\
* | ripngd: add VRF supportRenato Westphal2019-01-181-13/+4
* | ripngd: remove the ripng global variableRenato Westphal2019-01-181-2/+9
* | ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-181-1/+0
* | ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-1/+2
|/
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-031-4/+0
* yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal2018-12-031-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/+7
* 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
* *: remove -r from daemons except zebraQuentin Young2018-05-211-13/+18
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-99/+81
* ripngd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* 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-52/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-101/+25
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* ripngd: Add vty_socket cli option to override the compiled-in location for th...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
* ripngd: Add missing systemd notificationsDonald Sharp2016-02-111-0/+3
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+1
* *: 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-2/+7
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [daemons/cleanup] Remove disabled log_mode argument support.Jeremy Jackson2009-06-181-6/+1
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-3/+3
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-161-1/+11
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+1