summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-5/+10
* lib, bgpd, nhrpd: Cleanup memory in lib/resolver on shutdownDonald Sharp2023-12-161-0/+2
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* nhrpd: Fix nhrp_peer leakKeelan102023-10-121-1/+1
* *: 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-5/+1
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* nhrpd: align nhrp privs with definition from othersPhilippe Guibert2021-10-211-0/+2
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+1
* nhrpd: cleaning netlink gre informationPhilippe Guibert2021-04-301-2/+0
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* nhrpd: Fix clang SA about null derefDonald Sharp2021-02-141-2/+7
* lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-1/+0
* nhrpd: add frr-vrf to the list of implemented yang modulesDonald Sharp2020-09-111-0/+1
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-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
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+2
* lib: split off c-ares code from nhrpdDavid Lamparter2019-07-031-1/+1
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-1/+1
* 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
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp2018-08-141-0/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-18/+23
* nhrpd: Let struct zebra_privs_t be availableDonald Sharp2017-10-241-1/+1
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-7/+2
* nhrp: initialize interfaces after VRFsJorge Boncompte2017-08-041-1/+1
* *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* Fix the wrong user/group for nhrpd.Hung-Weic Chiu2017-05-021-5/+3
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-2/+2
* *: add frr_run()David Lamparter2017-03-081-11/+1
* *: add frr_config_fork()David Lamparter2017-03-081-42/+3
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-68/+25
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-4/+7
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+246