summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
* eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp2024-03-131-1/+2
* lib: add keychain northbound supportChristian Hopps2024-03-051-9/+11
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-3/+0
* ospf6d: fix GR & auth seqno state locationDavid Lamparter2024-01-271-0/+23
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-6/+10
* *: Cleanup keychain on shutdownDonald Sharp2023-11-211-0/+3
* ospf6d: Cleanup memory on shutdownDonald Sharp2023-11-131-0/+1
* ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee2023-06-231-0/+29
* *: 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
* ospf6d: support keychain for ospf6 authenticationAbhinay Ramesh2022-02-091-0/+2
* *: 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
* lib: remove old bfd libraryIgor Ryzhov2021-05-071-3/+2
* ospf6d: add internal support for multiple vrfsharios_niral2021-05-051-1/+1
* ospf6d: North-bound implementation for ospf6d rmapsSarita Patra2021-03-301-0/+3
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* ospf6: move serv_close to ospf6_deleteIgor Ryzhov2020-11-301-3/+2
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-9/+10
* ospf6d : Socket change for ospf6d vrf support.Kaushik2020-10-071-3/+3
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-2/+4
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* 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
* ospf6d: reset the global ospf6 pointerPhilippe Guibert2019-02-151-1/+3
* ospf6d: closing server socket when leaving ospf6dPhilippe Guibert2019-02-141-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
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* ospf6d: assign zebra router-id to ospf6 instanceChirag Shah2018-03-011-0/+3
* ospf6d: Fix redist w/ route-map during restartChirag Shah2018-01-261-0/+8
* Merge pull request #1300 from chiragshah6/mdevJafar Al-Gharaibeh2017-10-171-1/+0
|\
| * ospf6d: fix ospf6d crash during sigterm/shutdownChirag Shah2017-10-061-1/+0
* | *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* | *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
|/
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-7/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-132/+108
* ospf6d: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-1/+4
* 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
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+1
* *: add frr_run()David Lamparter2017-03-081-14/+1