summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: allow no nhrp map cmd to match the configured cmdJafar Al-Gharaibeh2020-02-141-2/+4
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-032-2/+0
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* Merge pull request #5590 from qlyoung/fix-nhrp-underflowJafar Al-Gharaibeh2020-01-151-2/+4
|\
| * nhrpd: offset value not checked for min sizeQuentin Young2020-01-151-2/+4
* | Merge pull request #5528 from opensourcerouting/bmp-dns-fixingDonald Sharp2019-12-111-2/+2
|\ \
| * | lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter2019-12-111-2/+2
| |/
* / lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
|/
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* nhrp: Make sure `no ip nhrp map <something>` works as expectedDonatas Abraitis2019-10-251-2/+3
* nhrpd: clean up SA warningMark Stapp2019-10-172-5/+6
* nhrpd: be more careful with linked listsMark Stapp2019-10-162-3/+6
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-17/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-13/+2
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-13/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-14/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-193-0/+26
* lib: split off c-ares code from nhrpdDavid Lamparter2019-07-036-233/+3
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-2/+2
* lib: hashing functions should take const argumentsQuentin Young2019-05-144-8/+8
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-033-34/+20
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-184-6/+6
* bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp2019-03-291-2/+4
* *: compare pointer types to NULL, not 0Quentin Young2019-02-261-2/+2
* *: Rename backet to bucketTim Bray2019-02-252-2/+2
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-2/+2
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-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
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-194-4/+9
* *: style for EC replacementsQuentin Young2018-09-132-10/+14
* nhrpd: NHRP_[ERR|WARN] -> EC_NHRPQuentin Young2018-09-134-9/+9
* nhrpd: missing operand addedF. Aragon2018-09-131-2/+3
* Merge pull request #2977 from opensourcerouting/doc-fixDonald Sharp2018-09-091-1/+1
|\
| * build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* | *: fix config.h/zebra.h include orderDavid Lamparter2018-09-0814-1/+56
|/
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-1/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-142-5/+5
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+24
* nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp2018-08-146-12/+102
* *: ALLOC calls cannot failDonald Sharp2018-08-116-39/+29