summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-23/+6
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-12/+17
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-11/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+23
* lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-10/+13
* lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-12/+35
* zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-076-26/+39
* lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-26/+17
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-4/+4
* 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
|\