summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_main.c
AgeCommit message (Expand)Author
2020-04-16*: include vrf northbound module in initChirag Shah
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-02-15ospf6d: reset the global ospf6 pointerPhilippe Guibert
2019-02-14ospf6d: closing server socket when leaving ospf6dPhilippe Guibert
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal
2018-10-27*: add empty array of YANG modulesRenato Westphal
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-03-01ospf6d: assign zebra router-id to ospf6 instanceChirag Shah
2018-01-26ospf6d: Fix redist w/ route-map during restartChirag Shah
2017-10-16Merge pull request #1300 from chiragshah6/mdevJafar Al-Gharaibeh
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-06ospf6d: fix ospf6d crash during sigterm/shutdownChirag Shah
2017-08-15*: centralize some exit cleanup into libfrrDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-30ospf6d: 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-08lib: simplify protocol/log namingDavid Lamparter
2017-03-08*: add frr_run()David Lamparter
2017-03-08*: add frr_config_fork()David Lamparter
2017-03-07*: centralize more into frr_init()David Lamparter
2017-03-07*: add frr_init() infrastructureDavid Lamparter
2017-02-01*: fix warning fallout from set_socket_pathDavid Lamparter
2017-01-26ospf6d: Add vty_socket cli option to override the compiled-in location for th...Martin Winter
2016-12-20build: rename (1 of ?): configure.ac + preprocDavid Lamparter
2016-09-19lib: migrate to new memory-type handlingDavid Lamparter
2016-08-17Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot
2016-07-11all: add default log file if none are definedDon Slice
2016-05-29Quagga: Fix code to use srandom/randomDonald Sharp
2016-05-08zebra - BFD client de-registration supportradhika
2016-04-27quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp
2016-04-08quagga: Remove iflist global variableDonald Sharp
2016-02-10*: Modify protocols to have systemd integrationDonald Sharp
2015-10-29*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu
2015-05-19Multi-Instance OSPF SummaryDonald Sharp
2015-05-19ospf6d: ospfv3-abr-ecmp-support.patchDonald Sharp
2014-04-01lib/command.c: rewrite command matching/parsingChristian Franke
2014-03-18ospf6d: improve ordered shutdownChristian Franke
2013-07-31isisd, ospf6d: use bug-report information from autoconfChristian Franke
2012-10-25*: use array_size() helper macroBalaji.G
2012-02-21ospf6d: remove own routes on SIGTERM (BZ#448)Phil Laverdiere
2012-01-02ospf6d: add verifying user's privilegesVyacheslav Trushkin
2011-12-13quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin
2011-12-07ospf6d: fix compile warning from falling off end of mainStephen Hemminger
2011-09-27ospf6d: address more trivial compiler warningsDenis Ovsienko