summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_main.c
AgeCommit message (Expand)Author
2024-03-13eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp
2024-03-04lib: add keychain northbound supportChristian Hopps
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27ospf6d: fix GR & auth seqno state locationDavid Lamparter
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2023-11-21*: Cleanup keychain on shutdownDonald Sharp
2023-11-13ospf6d: Cleanup memory on shutdownDonald Sharp
2023-06-23ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee
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
2022-02-09ospf6d: support keychain for ospf6 authenticationAbhinay Ramesh
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-05-07lib: remove old bfd libraryIgor Ryzhov
2021-05-05ospf6d: add internal support for multiple vrfsharios_niral
2021-03-30ospf6d: North-bound implementation for ospf6d rmapsSarita Patra
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2020-11-30ospf6: move serv_close to ospf6_deleteIgor Ryzhov
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-06ospf6d : Socket change for ospf6d vrf support.Kaushik
2020-09-01ospf6d : Preparing for ospf6d VRF support.Kaushik
2020-06-05*: add filter northbound supportRafael Zalamena
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