summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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