summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-122-2/+2
* *: add empty array of YANG modulesRenato Westphal2018-10-271-0/+6
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: spelchekDavid Lamparter2018-10-252-2/+2
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-1/+1
* Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young2018-09-173-7/+7
|\
| * bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon2018-09-173-7/+7
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
|/
* 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
* | Merge pull request #2965 from opensourcerouting/buildfoo-20180904Donald Sharp2018-09-091-0/+4
|\ \ | |/ |/|
| * *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* | Merge pull request #2862 from opensourcerouting/non-recursiveDonald Sharp2018-09-092-15/+2
|\|
| * *: cleanup .gitignore filesDavid Lamparter2018-09-081-15/+0
| * build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* | lib, ldpd: fix SA warnings from TAILQ oddnessDavid Lamparter2018-09-081-3/+1
|/
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-26/+14
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-10/+6
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ldpd: Convert to using LIB_ERR_XXX and zlog_ferrDonald Sharp2018-08-141-2/+4
* ldpd: use DEFPY_NOSH whenever possibleRenato Westphal2018-08-131-39/+15
* ldpd: add missing command under the ipv6 address-family nodeRenato Westphal2018-07-241-0/+1
* ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon2018-07-046-51/+46
* ldpd: null check (Coverity 1452317)paco2018-06-251-0/+3
* Merge pull request #2449 from donaldsharp/lib_delayed_readLou Berger2018-06-221-1/+18
|\
| * ldpd: Schedule application of config till after read-inDonald Sharp2018-06-191-1/+18
* | ldpd lib: null check (Coverity 1452287 + 20 alike)paco2018-06-212-4/+50
* | Merge pull request #2485 from pacovn/cppcheck_ldpd_redundant_conditionRuss White2018-06-201-7/+23
|\ \ | |/ |/|
| * ldpd: redundant condition (cppcheck)paco2018-06-181-7/+23
* | ldpd: redundant pointer operation (cppcheck)paco2018-06-181-1/+1
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-273-6/+5
* *: globally ignore clippy-generated sourceQuentin Young2018-03-091-1/+0
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-238-25/+65
* *: Make code use a consisten definition of labelsDonald Sharp2018-02-093-17/+21
* ldpd: Switch over to new debug styleDonald Sharp2017-12-082-57/+57
* *: make clippy usage more consistentRenato Westphal2017-12-041-0/+1
* ldpd: improve processing of redistributed routesRenato Westphal2017-11-291-6/+26
* ldpd: add a few warning messages to aid in troubleshootingRenato Westphal2017-11-291-3/+12
* zebra, ldpd: fix display of pseudowire statusRenato Westphal2017-11-293-3/+10
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-272-2/+2
* Merge pull request #1375 from donaldsharp/make_distMartin Winter2017-11-211-0/+2
|\
| * ldpd, zebra: Fix `make dist` compilesDonald Sharp2017-11-091-0/+2
* | ldp: Fix bug configuring PWßingen2017-11-171-3/+3
|/
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-242-2/+6
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-3/+4
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
| * *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
| * *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1