summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: Fix to release MPLS label if its not used anymoreBinu Abraham2019-07-153-0/+43
* ldpd: set default instance to 1Emanuele Di Pascale2019-07-101-0/+3
* lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale2019-07-101-1/+2
* ldpd: fix clang-SA warning in packet readingDavid Lamparter2019-06-131-0/+5
* ldpd: Fix shutdowndturlupov2019-06-111-1/+1
* ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKETDonald Sharp2019-06-041-1/+10
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-36/+20
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* ldpd: fix corner case in which we wouldn't respect the max pdu lengthRenato Westphal2019-01-221-2/+2
* ldpd: fix missing return value in bindanyMark Stapp2019-01-161-0/+1
* ldpd: fix startup on OpenBSDRafael Zalamena2018-12-221-8/+10
* ldpd: add support for FreeBSD IP_BINDANYRafael Zalamena2018-12-211-2/+11
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
* *: 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