summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #2609 from pacovn/clang_scan_nhrpd_vici_initializationDonald Sharp2018-07-031-1/+1
|\
| * nhrpd: uninitialized variable (Clang scan)F. Aragon2018-07-021-1/+1
* | Merge pull request #2604 from pacovn/PVS-Studio_odd_operator_usageQuentin Young2018-07-021-1/+1
|\ \
| * | nhrpd: odd operator usage fix (PVS-Studio)F. Aragon2018-07-021-1/+1
| |/
* / eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-1/+1
|/
* nhrpd: uninitialized variable (Clang scan)F. Aragon2018-06-291-0/+1
* nhrpd: array limit check (cppcheck)paco2018-06-181-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0628-1109/+1527
* *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSIONDonald Sharp2018-02-271-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: add missing \n in some help stringsRenato Westphal2017-10-241-2/+2
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* nhrpd: Let struct zebra_privs_t be availableDonald Sharp2017-10-242-1/+3
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-6/+6
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-10/+10
* nhrpd: Add hash table namesDonald Sharp2017-09-054-4/+12
* Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\
| * *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+4
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-67/+28
* nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-61/+34
* nhrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-24/+28
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-231-0/+12
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-5/+5
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-5/+5