summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_main.c
AgeCommit message (Expand)Author
2024-05-31nhrpd: core dump on shutdown backport fixDave LeRoy
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
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-21nhrpd: align nhrp privs with definition from othersPhilippe Guibert
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-04-30nhrpd: cleaning netlink gre informationPhilippe Guibert
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14nhrpd: Fix clang SA about null derefDonald Sharp
2020-09-11lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal
2020-09-11nhrpd: add frr-vrf to the list of implemented yang modulesDonald Sharp
2020-06-05*: integrate remaining daemons with filterRafael Zalamena
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-07-03lib: split off c-ares code from nhrpdDavid Lamparter
2019-04-18lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal
2018-10-27*: add empty array of YANG modulesRenato Westphal
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-14nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-10-23nhrpd: Let struct zebra_privs_t be availableDonald Sharp
2017-08-15*: centralize some exit cleanup into libfrrDavid Lamparter
2017-08-04nhrp: initialize interfaces after VRFsJorge Boncompte
2017-05-15*: Consolidate vrf_hooks into vrf_initDonald Sharp
2017-05-02Fix the wrong user/group for nhrpd.Hung-Weic Chiu
2017-03-08lib: remove remaining struct zlog * argsDavid 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-03-07nhrpd: adapt to API changesDavid Lamparter
2017-03-07nhrpd: implement next hop resolution protocolTimo Teräs